Commit abc6f351 authored by liwenhong's avatar liwenhong

Merge branch 'release-activity' of...

Merge branch 'release-activity' of https://git.yidian-inc.com:8021/bp/op-web-service into release-activity
parents d1f7aa3b 81a2e0f7
......@@ -470,7 +470,7 @@ export default {
this.commodityForm = {};
if (type == "add") {
this.hideUpload = false;
this.picUrlList = [];
// this.picUrlList = [];
this.inventoryRest = 0;
this.commodityForm.total_amount_order = 0;
this.addCommodityTitle = "商品添加";
......@@ -502,6 +502,7 @@ export default {
type: "success",
});
this.comTableData.push(res.result.goods_info);
this.$refs.picUpload.clearFiles();
this.addCommodityPopup = false;
} else {
ElMessage.error(res.reason);
......
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