修改消息通知

This commit is contained in:
qq787203167
2022-03-04 17:06:13 +08:00
parent 1ee3475e45
commit 0db5597cf4
5 changed files with 21 additions and 14 deletions
@@ -72,7 +72,8 @@
expandedKeys: [],
visible: false,
confirmLoading: false,
selectedKey: []
selectedKey: [],
tableKey:[],
}
},
mounted() {
@@ -85,6 +86,7 @@
handleCancel() {
this.visible = false
},
//String departIds,String userIds,String documentIds
handleSubmit() {
getAction(this.url.pullMessage, {}).then((res) => {
if (res.success) {