|
@@ -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 === '正式'){
|