参数收集清单

1.同步上报库
2.认证工程师、工程接口人、填写人 退回
3.认证工程师、工程接口人 强制撤回
4.工程接口人分配填写人
5.填写人提交
操作增加历史log
This commit is contained in:
wangzhijiang
2022-12-27 17:46:24 +08:00
parent 1ff95d0d62
commit 83b805edaa
4 changed files with 249 additions and 14 deletions
@@ -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',