Commit 5ff539a5 by lixiaomin

修改店铺商品信息特惠bug

parent 68779bae
...@@ -143,7 +143,7 @@ export default { ...@@ -143,7 +143,7 @@ export default {
// 取消按钮 // 取消按钮
cancel() { cancel() {
this.open = false; this.open = false;
this.reset(); //this.reset();
}, },
// 表单重置 // 表单重置
reset() { reset() {
...@@ -160,6 +160,8 @@ export default { ...@@ -160,6 +160,8 @@ export default {
this.form.discount = data.discount this.form.discount = data.discount
this.form.type = 2; this.form.type = 2;
this.recommendTagList=[]; this.recommendTagList=[];
this.tagValues="";
this.form.recommendPrice=null;
this.goodsTagList=data.goodsTagList; this.goodsTagList=data.goodsTagList;
if(this.goodsTagList.length>0){ if(this.goodsTagList.length>0){
for(let i=0;i<this.goodsTagList.length;i++){ for(let i=0;i<this.goodsTagList.length;i++){
......
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