修改法规清单给法规工程师流程重置功能
This commit is contained in:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user