Commit 171cc6b0 authored by v-yuchenglong's avatar v-yuchenglong

update:添加商品清空图片

parent cd0c3414
...@@ -465,6 +465,7 @@ export default { ...@@ -465,6 +465,7 @@ export default {
if (type == "add") { if (type == "add") {
this.inventoryRest = 0; this.inventoryRest = 0;
this.commodityForm.total_amount_order = 0; this.commodityForm.total_amount_order = 0;
this.picUrlList = [];
this.addCommodityTitle = "商品添加"; this.addCommodityTitle = "商品添加";
this.$refs.infoForm.resetFields(); this.$refs.infoForm.resetFields();
} else { } else {
......
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