飞书消息-认证参数收集
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user