Commit 6b9894c3 authored by anxixi's avatar anxixi

服务记录问题修改

parent 875df783
......@@ -457,7 +457,7 @@
}
}
if(this.projectjson.customerIndustry){
this.projectjson.customerIndustry = this.projectjson.customerIndustry.join(',');
this.projectjson.customerIndustry = this.companyIndustryEditList.join(',');
}
}else{
this.$toast("请完善备注信息");
......@@ -844,6 +844,9 @@
this.companyIndustry.push(num)
}
}
if(response.result.fieldList[i].fieldCode == 'customerIndustry'){
this.companyIndustryEditList = response.result.fieldList[i].fieldValue.split(',');
}
if(response.result.fieldList[i].fieldCode == 'projectPatent'){
if(response.result.fieldList[i].fieldValue){
this.projectPatent = response.result.fieldList[i].fieldValue;
......
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