Commit e2877f88 authored by jzc's avatar jzc

Merge branch 'feature/jzc/brand/0.0.1' into dev

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