浏览代码

bug 修复

lilei 2 年之前
父节点
当前提交
950101fe17
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      pages/approveStore/detail.vue

+ 1 - 3
pages/approveStore/detail.vue

@@ -91,9 +91,7 @@
 			      this.labelArr = [this.form.addrProvinceName,this.form.addrCityName,this.form.addrDistrictName]
 			      this.areaIdArr = [this.form.addrProvince,this.form.addrCity,this.form.addrDistrict]
 			      this.form.label = this.labelArr.join('-')
-			    } else {
-			      this.$refs.ruleForm.resetFields()
-			    }
+			    }  
 			  })
 			},
 		}