Parcourir la source

数据类型错误

cxmo il y a 1 an
Parent
commit
976d100612
1 fichiers modifiés avec 4 ajouts et 2 suppressions
  1. 4 2
      src/views/business_ETA_manage/businessEdit.vue

+ 4 - 2
src/views/business_ETA_manage/businessEdit.vue

@@ -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=>{