参数收集清单
1.同步上报库 2.认证工程师、工程接口人、填写人 退回 3.认证工程师、工程接口人 强制撤回 4.工程接口人分配填写人 5.填写人提交 操作增加历史log
This commit is contained in:
@@ -1654,7 +1654,10 @@
|
||||
_array.push(item.id)
|
||||
})
|
||||
let _this = this
|
||||
let param = { ids: _array.join(',') }
|
||||
let param = { ids: _array.join(','),
|
||||
currentPersonRole: this.currentPersonRole,
|
||||
paramsManifestId: this.$route.query.id
|
||||
}
|
||||
this.textLoading = true
|
||||
axios({
|
||||
url: '/jero-boot/params/collectManifest/back',
|
||||
|
||||
Reference in New Issue
Block a user