|
@@ -259,7 +259,7 @@
|
|
|
commonId: this.userInfo.id,
|
|
|
companyName:this.dataDetails.companyName
|
|
|
}).then(res => {
|
|
|
- if (res.code==200) {debugger
|
|
|
+ if (res.code==200) {
|
|
|
// that.dataDetails.legalPersonName = res.data.name
|
|
|
}else{
|
|
|
uni.showToast({
|
|
@@ -283,7 +283,7 @@
|
|
|
this.$request.baseRequest('get', '/cargoOwnerInfo/selectCargoOwner', {
|
|
|
commonId: this.userInfo.id
|
|
|
}).then(res => {
|
|
|
- if (res.code==200) {debugger
|
|
|
+ if (res.code==200) {
|
|
|
that.dataDetails.legalPersonName = res.data.name
|
|
|
}
|
|
|
})
|