@@ -315,7 +315,7 @@ export default {
},
handleRevokeAll() {
if (this.ids.length) {
- handlePriceRevoke({ ids: this.ids.join('') }).then(res => {
+ handlePriceRevoke({ ids: this.ids.join(',') }).then(res => {
this.$successMsg('操作成功')
this.getList()
})
@@ -385,7 +385,7 @@ export default {
@@ -331,7 +331,7 @@ export default {