From fc2b5b9aef7c53a40905739449dcc61efc48b122 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 29 六月 2020 10:02:37 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/pda/comb.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/pda/comb.html b/src/main/webapp/views/pda/comb.html
index 6750d53..96e78bc 100644
--- a/src/main/webapp/views/pda/comb.html
+++ b/src/main/webapp/views/pda/comb.html
@@ -224,7 +224,7 @@
                 } else if (res.code === 403) {
                     top.location.href = baseUrl + "/pda";
                 } else {
-                    tips(res.msg)
+                    tips(res.msg, true)
                 }
             }
         })

--
Gitblit v1.9.1