Merge remote-tracking branch 'origin/feature_dev_20221125_YW' into feature_dev_20221125_YW
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user