Browse Source

合作伙伴档案,组织架构

qymljy 2 years ago
parent
commit
e0f19ed7fe
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/Form/marketing2/agent/add.vue

+ 3 - 2
src/Form/marketing2/agent/add.vue

@@ -312,6 +312,7 @@ export default {
             this.$emit('onSuccess')
             // this.$refs['form'].resetFields();
             this.dialogVisible = false
+            this.onClose()
           })
       })
     },
@@ -374,10 +375,10 @@ export default {
         "longitude": "", //经度
         "invoicingpoint": 1, //开票节点(1:订单审核:2:发货)
         "saleclassauth": 1, //是否需要经营授权,默认1
-        "grade":'',
         "standardsauth":0
-      },
+      }
       this.enterprise = {}
+      this.$refs.agent.enterprisename = ''
     },
     cooperationstatusChange(){
       if (this.form.cooperationstatus === '正式'){