Commit c9cebcde by bimei

topActionSlots: false 报错提示修改

parent 2ec69784
...@@ -21,6 +21,7 @@ const { push } = useRouter() // 路由 ...@@ -21,6 +21,7 @@ const { push } = useRouter() // 路由
const [registerTable] = useXTable({ const [registerTable] = useXTable({
allSchemas: allSchemas, allSchemas: allSchemas,
topActionSlots: false,
getListApi: TaskApi.getDoneTaskPage getListApi: TaskApi.getDoneTaskPage
}) })
......
...@@ -22,6 +22,7 @@ const { push } = useRouter() // 路由 ...@@ -22,6 +22,7 @@ const { push } = useRouter() // 路由
const [registerTable] = useXTable({ const [registerTable] = useXTable({
allSchemas: allSchemas, allSchemas: allSchemas,
topActionSlots:false,
getListApi: TaskApi.getTodoTaskPage getListApi: TaskApi.getTodoTaskPage
}) })
......
...@@ -59,6 +59,7 @@ const queryParams = reactive({ ...@@ -59,6 +59,7 @@ const queryParams = reactive({
}) })
const [registerTable] = useXTable({ const [registerTable] = useXTable({
allSchemas: allSchemas, allSchemas: allSchemas,
topActionSlots: false,
params: queryParams, params: queryParams,
getListApi: MailLogApi.getMailLogPageApi getListApi: MailLogApi.getMailLogPageApi
}) })
......
...@@ -37,6 +37,7 @@ const { t } = useI18n() // 国际化 ...@@ -37,6 +37,7 @@ const { t } = useI18n() // 国际化
// 列表相关的变量 // 列表相关的变量
const [registerTable] = useXTable({ const [registerTable] = useXTable({
allSchemas: allSchemas, allSchemas: allSchemas,
topActionSlots: false,
getListApi: NotifyMessageApi.getNotifyMessagePageApi getListApi: NotifyMessageApi.getNotifyMessagePageApi
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment