Skip to content

Commit c9cebcd

Browse files
committed
topActionSlots: false 报错提示修改
1 parent 2ec6978 commit c9cebcd

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/views/bpm/task/done/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const { push } = useRouter() // 路由
2121
2222
const [registerTable] = useXTable({
2323
allSchemas: allSchemas,
24+
topActionSlots: false,
2425
getListApi: TaskApi.getDoneTaskPage
2526
})
2627

src/views/bpm/task/todo/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const { push } = useRouter() // 路由
2222
2323
const [registerTable] = useXTable({
2424
allSchemas: allSchemas,
25+
topActionSlots:false,
2526
getListApi: TaskApi.getTodoTaskPage
2627
})
2728

src/views/system/mail/log/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ const queryParams = reactive({
5959
})
6060
const [registerTable] = useXTable({
6161
allSchemas: allSchemas,
62+
topActionSlots: false,
6263
params: queryParams,
6364
getListApi: MailLogApi.getMailLogPageApi
6465
})

src/views/system/notify/message/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const { t } = useI18n() // 国际化
3737
// 列表相关的变量
3838
const [registerTable] = useXTable({
3939
allSchemas: allSchemas,
40+
topActionSlots: false,
4041
getListApi: NotifyMessageApi.getNotifyMessagePageApi
4142
})
4243

0 commit comments

Comments
 (0)