Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/ry_zhky/commit/1bc7697ea9a3082674f9b5613102a21931e7b7eb?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

涉密人员审核列表查询

kingbase
dshclm 10 months ago
parent 1c3af23c92
commit 1bc7697ea9

@ -12,7 +12,7 @@
<ul>
<li>
<label>人员状态:</label>
<select name="trainState" th:with="type=${@dict.getType('sys_normal_disable')}">
<select name="status" th:with="type=${@dict.getType('sys_normal_disable')}">
<option value="">所有</option>
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
</select>
@ -26,7 +26,7 @@
</li>
<li>
<label>人员姓名:</label>
<input type="text" name="trainName"/>
<input type="text" name="userName"/>
</li>
<li>
<a class="btn btn-primary btn-rounded btn-sm" onclick="$.table.search()"><i class="fa fa-search"></i>&nbsp;搜索</a>

Loading…
Cancel
Save