瀏覽代碼

报价单调整

qymljy 1 年之前
父節點
當前提交
c34f49bb65
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/HDrpManagement/projectChange/modules/modules/quotation/modules/add.vue

+ 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){