修改修改流程重置
This commit is contained in:
@@ -1283,7 +1283,8 @@
|
|||||||
postAction('/project/projectCertificationInventoryEO/resetFlow', {
|
postAction('/project/projectCertificationInventoryEO/resetFlow', {
|
||||||
ids: idList.join(','),
|
ids: idList.join(','),
|
||||||
projectLibraryId: _this.$route.query.id,
|
projectLibraryId: _this.$route.query.id,
|
||||||
operatorType: 'certificationInventoryStudioReset'
|
operatorType: 'certificationInventoryStudioReset',
|
||||||
|
currRole:_this.roleSwitchingCode
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
_this.$message.success(_this.$t('OperationSuccessful'))
|
_this.$message.success(_this.$t('OperationSuccessful'))
|
||||||
|
|||||||
Reference in New Issue
Block a user