Commit ddae156e authored by 全洪江's avatar 全洪江

Merge branch 'dev' of http://git.local.topsunit.com/mes/mes-ui into dev

parents 94f57139 e2877f88
...@@ -361,10 +361,8 @@ export default { ...@@ -361,10 +361,8 @@ export default {
}); });
}, },
/** 删除按钮操作 */ /** 删除按钮操作 */
handleDelete() { handleDelete(row) {
const brandIds = this.ids.join(","); const brandIds = row.brandId || this.ids;
console.log(brandIds);
this.$modal this.$modal
.confirm("是否确认删除品牌?") .confirm("是否确认删除品牌?")
.then(function () { .then(function () {
......
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