@@ -204,9 +204,10 @@
mask:true
})
var _this=this
- this.$request.baseRequest('post', '/companyInfo/api/editCompanyInfo', _this.dataDetails).then(res => {
+ this.$request.baseRequest('post', '/cargoOwnerCompInfo/api/addCargoOwnerComp', _this.dataDetails).then(res => {
uni.hideLoading()
uni.$u.toast('提交成功')
+ _this.goDetailPage('/pages/mine/cargoowner/cargoowner')
.catch(res => {