From 535b853d2d642ffda71f9f9aff6e3415bdb04172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Sat, 22 Feb 2020 18:56:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=BB=8F=E6=89=8B=E4=BA=BA?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erp_web/pages/materials/person.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erp_web/pages/materials/person.html b/erp_web/pages/materials/person.html index c721af18..f44e2533 100644 --- a/erp_web/pages/materials/person.html +++ b/erp_web/pages/materials/person.html @@ -430,8 +430,8 @@ //重置按钮 $("#searchResetBtn").unbind().bind({ click: function () { - $("#searchName").val(""); - $("#searchType").val(""); + $("#searchName").textbox("clear"); + $("#searchType").combobox("clear"); //加载完以后重新初始化 $("#searchBtn").click(); }