feat: There is no way the,  56582 海外法规-相关流程字段跳转至流程中心 点击查看流程数据 界面无数据

This commit is contained in:
396572590@qq.com
2022-08-02 14:28:06 +08:00
parent 133323a158
commit d1e7fcfc27
3 changed files with 3 additions and 3 deletions
@@ -1110,7 +1110,7 @@
</el-form>
</div>
<!-- 保存||提交-->
<ProcessFooter v-show="!disabledXX || verifySarStandard"
<ProcessFooter v-show="!disabledXX && verifySarStandard"
show-save
show-submit
:submitLoading="isSubmit"
@@ -594,7 +594,7 @@
</el-form>
</div>
<!-- 保存||提交-->
<ProcessFooter v-show="!disabledXX || verifySarStandard"
<ProcessFooter v-show="!disabledXX && verifySarStandard"
show-save
show-submit
:submitLoading="isSubmit"
@@ -314,7 +314,7 @@ export default {
let data = {
name: componentName,
query: {
bpnId: this.$route.query.bpnId,
bpnId: row.bpnId,
taskIds: row.id,
prcId: row.processInstanceId,
prcNum: row.prcNum,