认证工程师 强制撤回修改接口

This commit is contained in:
zyx.net
2022-12-08 14:25:48 +08:00
parent 449657bf13
commit 1f54406206
@@ -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) {