topActionSlots: false 报错提示修改

This commit is contained in:
bimei
2023-02-17 15:58:57 +08:00
parent 2ec6978400
commit c9cebcde41
4 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,7 @@ const { t } = useI18n() // 国际化
// 列表相关的变量
const [registerTable] = useXTable({
allSchemas: allSchemas,
topActionSlots: false,
getListApi: NotifyMessageApi.getNotifyMessagePageApi
})