Skip to content

Commit 083a717

Browse files
author
wangjun
committed
修复不退出模拟直接保存模型,后续分配规则报错
1 parent 7b18dba commit 083a717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/bpmnProcessDesigner/package/designer/ProcessDesigner.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<el-button :size="headerButtonSize" icon="el-icon-refresh" @click="processRestart" />
7373
</el-tooltip>
7474
</el-button-group>
75-
<el-button :size="headerButtonSize" :type="headerButtonType" icon="el-icon-plus" @click="processSave">保存模型</el-button>
75+
<el-button :size="headerButtonSize" :type="headerButtonType" icon="el-icon-plus" @click="processSave" :disabled = "simulationStatus">保存模型</el-button>
7676
</template>
7777
<!-- 用于打开本地文件-->
7878
<input type="file" id="files" ref="refFile" style="display: none" accept=".xml, .bpmn" @change="importLocalFile" />

0 commit comments

Comments
 (0)