From 41f164e633d1025173c6041514321507988be166 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 16 Mar 2023 02:45:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BF=9D=E5=85=BB=E8=BD=AC?= =?UTF-8?q?=E5=8D=95=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/bpmnjs/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/bpmnjs/index.js b/public/bpmnjs/index.js index 00480c320..fdf502e22 100644 --- a/public/bpmnjs/index.js +++ b/public/bpmnjs/index.js @@ -21,8 +21,11 @@ if (listRoomData.code == 0) { vc.toast('保存成功'); window.close(); + return; } + vc.toast(listRoomData.msg); + }, function(errInfo, error) { console.log('请求失败处理');