Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c9cebcde
authored
Feb 17, 2023
by
bimei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
topActionSlots: false 报错提示修改
parent
2ec69784
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
src/views/bpm/task/done/index.vue
+1
-0
src/views/bpm/task/todo/index.vue
+1
-0
src/views/system/mail/log/index.vue
+1
-0
src/views/system/notify/message/index.vue
+1
-0
No files found.
src/views/bpm/task/done/index.vue
View file @
c9cebcde
...
...
@@ -21,6 +21,7 @@ const { push } = useRouter() // 路由
const
[
registerTable
]
=
useXTable
({
allSchemas
:
allSchemas
,
topActionSlots
:
false
,
getListApi
:
TaskApi
.
getDoneTaskPage
})
...
...
src/views/bpm/task/todo/index.vue
View file @
c9cebcde
...
...
@@ -22,6 +22,7 @@ const { push } = useRouter() // 路由
const
[
registerTable
]
=
useXTable
({
allSchemas
:
allSchemas
,
topActionSlots
:
false
,
getListApi
:
TaskApi
.
getTodoTaskPage
})
...
...
src/views/system/mail/log/index.vue
View file @
c9cebcde
...
...
@@ -59,6 +59,7 @@ const queryParams = reactive({
})
const
[
registerTable
]
=
useXTable
({
allSchemas
:
allSchemas
,
topActionSlots
:
false
,
params
:
queryParams
,
getListApi
:
MailLogApi
.
getMailLogPageApi
})
...
...
src/views/system/notify/message/index.vue
View file @
c9cebcde
...
...
@@ -37,6 +37,7 @@ const { t } = useI18n() // 国际化
// 列表相关的变量
const
[
registerTable
]
=
useXTable
({
allSchemas
:
allSchemas
,
topActionSlots
:
false
,
getListApi
:
NotifyMessageApi
.
getNotifyMessagePageApi
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment