修改修改流程重置

This commit is contained in:
gaosong
2023-10-26 09:20:23 +08:00
parent 065326e49e
commit c8586cd71c
@@ -1283,7 +1283,8 @@
postAction('/project/projectCertificationInventoryEO/resetFlow', {
ids: idList.join(','),
projectLibraryId: _this.$route.query.id,
operatorType: 'certificationInventoryStudioReset'
operatorType: 'certificationInventoryStudioReset',
currRole:_this.roleSwitchingCode
}).then((res) => {
if (res.success) {
_this.$message.success(_this.$t('OperationSuccessful'))