Skip to content

Commit 3ec662f

Browse files
Merge remote-tracking branch 'origin/master'
2 parents 8ed268c + 88264c3 commit 3ec662f

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)