配置查询提示框修改提示,app增加compileId显示

This commit is contained in:
zhanghongqing
2018-09-04 19:09:12 +08:00
parent b22211c758
commit 66e25a69a9
11 changed files with 48 additions and 1 deletions

View File

@@ -30,6 +30,7 @@
$(".Wdate").attr("value",'');
$("#level").attr("value",'');
$("#searchForm")[0].reset();
$("#intype").attr("placeholder","<spring:message code='input'/> "+$("#seltype").find("option:selected").text());
});