Commit 878e9a9e by LJM

bug

parent da10f658
......@@ -243,7 +243,10 @@ export default {
ids: arr.join(",")
}).then(res => {
if (res.code === 0) {
this.$message("关闭成功");
this.$message({
message: '关闭成功',
type: 'success'
});
this.getData();
} else {
this.$message({
......@@ -253,8 +256,6 @@ export default {
});
}
})
},
del() {
var arr = [];
......
......@@ -374,9 +374,8 @@ export default {
});
return false;
}
this.addBestgoods.dialogVisibleUpdate = true;
this.updateBestgoodsParam = [];
this.updateBestgoodsParam.push({
best_goods_id: this.multipleSelection[0].id,
goods_name: this.multipleSelection[0].goods_name,
......
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 sign in to comment