修改
This commit is contained in:
parent
2ae7131505
commit
3900b1dfea
@ -489,11 +489,10 @@ export default {
|
|||||||
},
|
},
|
||||||
/** 删除按钮操作 */
|
/** 删除按钮操作 */
|
||||||
handleDelete(row) {
|
handleDelete(row) {
|
||||||
|
console.log(row);
|
||||||
const ids = row.id || this.ids;
|
const ids = row.id || this.ids;
|
||||||
this.$modal
|
this.$modal
|
||||||
.confirm(
|
.confirm("是否确认删除?")
|
||||||
'是否确认删除商品分类名称为"' + row.goodsCategoryName + '"的数据?'
|
|
||||||
)
|
|
||||||
.then(function () {
|
.then(function () {
|
||||||
return delGoodsCategory(ids);
|
return delGoodsCategory(ids);
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user