Selaa lähdekoodia

报价单调整

qymljy 1 vuosi sitten
vanhempi
commit
c34f49bb65

+ 5 - 0
src/HDrpManagement/projectChange/modules/modules/quotation/modules/add.vue

@@ -402,6 +402,11 @@ export default {
     onClose(){
       this.dialogFormVisible = false
       /*this.$emit('addSuccess')*/
+      this.$refs.form.resetFields()
+      this.isPhone = true
+      this.areaCode = ''
+      this.telephone = ''
+      this.phonenumber = ''
     },
     /*创建报价单,获取商品信息*/
     onSubmit(type){