Commit 403c5e7b authored by houjn@hikoon.cn's avatar houjn@hikoon.cn
parents b42d12f0 cfb3ca43
......@@ -758,13 +758,13 @@ export default {
batchBlock(){
batchBlock({ids: this.ids.join(',')}).then(res => {
this.$message.success(res.msg || this.$t('操作成功'))
this.handleQuery()
this.getList()
})
},
batchOff(){
batchOff({ids: this.ids.join(',')}).then(res => {
this.$message.success(res.msg || this.$t('操作成功'))
this.handleQuery()
this.getList()
})
},
......
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 to comment