|
|
@@ -391,7 +391,7 @@
|
|
|
this.$emit('isSelfCacheDataAction', enterprise)
|
|
|
} else { // 企业用户,更新当前企业信息,主要是更新企业地址
|
|
|
this.enterpriseData.enAddress = this.data.address
|
|
|
- this.$http.post('/basic/enterprise/' + this.enterpriseData.uu + '/info', this.enterpriseData)
|
|
|
+ this.$http.post('/basic/enterprise/' + this.enterpriseData.uu + '/updateInfo', this.enterpriseData)
|
|
|
}
|
|
|
this.$emit('registerAction', data)
|
|
|
this.$emit('sectionEvent', type)
|