|
@@ -282,8 +282,10 @@ export default {
|
|
|
const IndustryName = this.tradeArr.find(item=>item.IndustryId===IndustryId).IndustryName
|
|
|
businessCustomInterence.editBusiness({
|
|
|
EtaBusinessId,Leader,
|
|
|
- IndustryId,IndustryName,CapitalScale,
|
|
|
- ResearchTeamSize,UserMax,
|
|
|
+ IndustryName,CapitalScale,
|
|
|
+ ResearchTeamSize,
|
|
|
+ IndustryId:Number(IndustryId),
|
|
|
+ UserMax:Number(UserMax),
|
|
|
Province:address[0],
|
|
|
City:address[1]
|
|
|
}).then(res=>{
|