修改法规清单给法规工程师流程重置功能

This commit is contained in:
高嵩
2023-10-19 16:06:18 +08:00
parent db1ea6817a
commit f6319eac1a
2 changed files with 91 additions and 2 deletions
@@ -160,6 +160,11 @@
<a-icon type="copy"/>
{{ $t('copy') }}
</div>
<!-- 流程重置-->
<div class="operator-text" v-if="this.roleSwitchingCode == '1'" @click="alterationClick">
<a-icon type="file-search"/>
{{ $t('processReset') }}
</div>
<!-- 关联平台件-->
<!-- v-if="this.roleSwitchingCode == '0'"-->
<!-- <div class="operator-text" @click="associatedplatformClick('法规')">-->
@@ -2401,7 +2406,8 @@
postAction('/project/projectLawsInventoryEO/change', {
ids: idList.join(','),
projectLibraryId: _this.$route.query.id,
operateType: _this.formInlineReset.operateType
operateType: _this.formInlineReset.operateType,
currRole:this.roleSwitchingCode
}).then((res) => {
if (res.success) {
_this.$message.success(_this.$t('OperationSuccessful'))