feat: There is no way the, 56582 海外法规-相关流程字段跳转至流程中心 点击查看流程数据 界面无数据
This commit is contained in:
@@ -1110,7 +1110,7 @@
|
|||||||
</el-form>
|
</el-form>
|
||||||
</div>
|
</div>
|
||||||
<!-- 保存||提交-->
|
<!-- 保存||提交-->
|
||||||
<ProcessFooter v-show="!disabledXX || verifySarStandard"
|
<ProcessFooter v-show="!disabledXX && verifySarStandard"
|
||||||
show-save
|
show-save
|
||||||
show-submit
|
show-submit
|
||||||
:submitLoading="isSubmit"
|
:submitLoading="isSubmit"
|
||||||
|
|||||||
@@ -594,7 +594,7 @@
|
|||||||
</el-form>
|
</el-form>
|
||||||
</div>
|
</div>
|
||||||
<!-- 保存||提交-->
|
<!-- 保存||提交-->
|
||||||
<ProcessFooter v-show="!disabledXX || verifySarStandard"
|
<ProcessFooter v-show="!disabledXX && verifySarStandard"
|
||||||
show-save
|
show-save
|
||||||
show-submit
|
show-submit
|
||||||
:submitLoading="isSubmit"
|
:submitLoading="isSubmit"
|
||||||
|
|||||||
@@ -314,7 +314,7 @@ export default {
|
|||||||
let data = {
|
let data = {
|
||||||
name: componentName,
|
name: componentName,
|
||||||
query: {
|
query: {
|
||||||
bpnId: this.$route.query.bpnId,
|
bpnId: row.bpnId,
|
||||||
taskIds: row.id,
|
taskIds: row.id,
|
||||||
prcId: row.processInstanceId,
|
prcId: row.processInstanceId,
|
||||||
prcNum: row.prcNum,
|
prcNum: row.prcNum,
|
||||||
|
|||||||
Reference in New Issue
Block a user