对接认证清单

This commit is contained in:
范强强
2023-03-09 13:59:10 +08:00
parent ffaf6530d9
commit c677521360
@@ -864,7 +864,7 @@
content: _this.$t('confirmResetProcess'),
onOk() {
let idList = JSON.parse(JSON.stringify(_this.selectedRowKeys))
postAction(_this.url.deleteBatch, {
postAction('/project/projectCertificationInventoryEO/resetFlow', {
ids: idList.join(','),
projectLibraryId: _this.$route.query.id
}).then((res) => {