飞书消息-认证参数收集

This commit is contained in:
zhn
2023-04-13 17:19:05 +08:00
parent ea2c0bde02
commit fc660da9e9
10 changed files with 443 additions and 165 deletions
@@ -2216,7 +2216,12 @@
_array.push(item.id)
})
let _this = this
let param = { ids: _array.join(',') }
let param = {
ids: _array.join(',') ,
paramsManifestId:this.$route.query.id,
projectId:this.$route.query.projectId,
}
let url = ''
if (this.currentPersonRole == 'homo') {
url = '/jero-boot/params/collectManifest/mandatoryWithdraw'