fix: 打开工作流设置后无法关闭桌面客户端的问题
This commit is contained in:
@@ -1391,6 +1391,10 @@ export default {
|
||||
|
||||
workflowBeforeClose() {
|
||||
return new Promise(resolve => {
|
||||
if (!this.$refs.workflow) {
|
||||
resolve();
|
||||
return;
|
||||
}
|
||||
if (!this.$refs.workflow.existDiff()) {
|
||||
resolve()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user