Skip to content

Commit 88264c3

Browse files
committed
Merge branch 'dev-1.1.4'
2 parents b80e1cd + 6fee63c commit 88264c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web/packages/workflows/module/process/module.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,9 @@ export default {
701701
this.workflowExeteId = currentExecutorFlow[0].execID
702702
this.workflowTaskId = currentExecutorFlow[0].taskID
703703
}
704-
this.getToolbarsConfig()
704+
if (!this.myReadonly) {
705+
this.getToolbarsConfig()
706+
}
705707
// 基础信息
706708
this.setShapes().then(() => {
707709
this.getBaseInfo();

0 commit comments

Comments
 (0)