Merge remote-tracking branch 'origin/feature_dev_20221125_YW' into feature_dev_20221125_YW

This commit is contained in:
wangzhijiang
2022-12-08 14:35:03 +08:00
@@ -1661,8 +1661,14 @@
let _this = this let _this = this
let param = { ids: _array.join(',') } let param = { ids: _array.join(',') }
this.textLoading = true this.textLoading = true
let url = ''
if(this.currentPersonRole == 'homo'){
url = '/jero-boot/params/collectManifest/mandatoryWithdraw'
}else{
url = '/jero-boot/params/collectManifest/withdraw'
}
axios({ axios({
url: '/jero-boot/params/collectManifest/withdraw', url: url,
method: 'post', method: 'post',
data: param, data: param,
transformRequest: [function(data) { transformRequest: [function(data) {