Commit aa613ad6 authored by dragondean@qq.com's avatar dragondean@qq.com

路线价格批量拉黑和批量下架后保留当前页码

parent bb9cd1e0
......@@ -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