Commit 878e9a9e by LJM

bug

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