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 | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/pda/comb.html b/src/main/webapp/views/pda/comb.html
index b65a56f..96e78bc 100644
--- a/src/main/webapp/views/pda/comb.html
+++ b/src/main/webapp/views/pda/comb.html
@@ -192,6 +192,7 @@
$('#code').val("");
matData = [];
tableIns.reload({data: matData});
+ tips("");
}
// 缁勬墭
@@ -223,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