gjy 2 년 전
부모
커밋
b7e6e30116
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      pages/mine/cargoowner/editpersonalinformation.vue

+ 2 - 1
pages/mine/cargoowner/editpersonalinformation.vue

@@ -375,10 +375,11 @@
 					mask: true
 				})
 				var _this = this
+				delete _this.dataDetails.hyCargoOwnerCompInfoList
 				console.log( _this.dataDetails,122121)
 				_this.$request.baseRequest('post', '/cargoOwnerInfo/api/editCargoOwner', _this.dataDetails).then(res => {
 						uni.hideLoading()
-						console.log(res)
+						// console.log(res)
 						uni.$u.toast('提交成功')
 						uni.$u.route('/pages/mine/cargoowner/cargoowner')
 					})