diff --git a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue index 2a2e84429..2ffe1f42f 100644 --- a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue +++ b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue @@ -1661,8 +1661,14 @@ let _this = this let param = { ids: _array.join(',') } this.textLoading = true + let url = '' + if(this.currentPersonRole == 'homo'){ + url = '/jero-boot/params/collectManifest/mandatoryWithdraw' + }else{ + url = '/jero-boot/params/collectManifest/withdraw' + } axios({ - url: '/jero-boot/params/collectManifest/withdraw', + url: url, method: 'post', data: param, transformRequest: [function(data) {