修改消息通知
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user