|
@@ -277,6 +277,12 @@ export default {
|
|
|
this.$refs.agent.value.enterprisename = res.data.parent_enterprisename
|
|
|
res.data.sa_saleareaids?res.data.sa_saleareaids = JSON.parse(res.data.sa_saleareaids):''
|
|
|
this.form = Object.assign({},this.form,res.data)
|
|
|
+ this.agent_level.forEach(item=>{
|
|
|
+ if (item.value == this.form.grade){
|
|
|
+ this.form.grade = item.remarks
|
|
|
+ return
|
|
|
+ }
|
|
|
+ })
|
|
|
this.enterprise = Object.assign({},this.form,res.data)
|
|
|
this.value = `${this.enterprise.province}-${this.enterprise.city}-${this.enterprise.county}`
|
|
|
if (this.form.province) {
|