From f4d5b46cfffc27d626afc3c43e8e20a11e686a00 Mon Sep 17 00:00:00 2001 From: houruijun <411269194@kidgrow.com> Date: Thu, 29 Oct 2020 16:37:56 +0800 Subject: [PATCH] 修正查询科室名称是否存在的时候,没有排除已经删除/禁用的科室。 --- kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/recordNote.html | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/recordNote.html b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/recordNote.html index 9c175ab..9122940 100644 --- a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/recordNote.html +++ b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/recordNote.html @@ -1,6 +1,3 @@ - - - <script> layui.use(['layer', 'admin', 'form', 'table', 'config'], function () { var table = layui.table; -- Gitblit v1.8.0