Commit 4c75bf48 authored by 吴冠's avatar 吴冠

回显

parent 2190f3fb
...@@ -394,7 +394,7 @@ ...@@ -394,7 +394,7 @@
<div>单位名称:</div> <div>单位名称:</div>
<div>{{form.companyName}}</div> <div>{{form.companyName}}</div>
</div> </div>
<div class="y3 flex" contentText> <div class="y3 flex contentText" contentText>
<div>注册角色:</div> <div>注册角色:</div>
<div v-if="form.type=='1'">采购商</div> <div v-if="form.type=='1'">采购商</div>
<div v-else>供应商</div> <div v-else>供应商</div>
...@@ -1120,13 +1120,13 @@ export default { ...@@ -1120,13 +1120,13 @@ export default {
this.perfectForm.businessScope = data.businessScope this.perfectForm.businessScope = data.businessScope
this.comId = data.id/* 储存公司Id */ this.comId = data.id/* 储存公司Id */
this.form.type=data.type this.form.type=data.type
if(this.form.type==1){ /* if(this.form.type==1){
this.form.type='采购商' this.form.type='采购商'
}else{ }else{
this.from.type="供应商" this.from.type="供应商"
} } */
console.log(data.type+'11111111111') console.log(data.type+'11111111111')
this.comType = data.type /* 采购商或供应商 */ /* this.comType = data.type */
this.proId = data.provinceId this.proId = data.provinceId
this.citId = data.cityId this.citId = data.cityId
this.disId = data.districtId this.disId = data.districtId
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment