CN-545 feat: 实体详情列表也去掉时间过滤条件

This commit is contained in:
chenjinsong
2022-05-12 10:15:41 +08:00
parent d70426afc5
commit 61f0bdfcf8
4 changed files with 38 additions and 33 deletions

View File

@@ -11,7 +11,7 @@ import { shallowRef } from 'vue'
export default {
props: {
entity: Object,
timeFilter: {},
timeFilter: Object,
listMode: String,
loading: Boolean
},