Skip to content

Commit df29776

Browse files
committed
Merge branch 'dev-1.1.4'
2 parents 7b1eff0 + ee91cec commit df29776

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
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)