提交修改

new-exam
dshclm 5 months ago
parent 2af62ddb98
commit 6901fe3084

@ -7,6 +7,7 @@
<body class="white-bg">
<div class="wrapper wrapper-content animated fadeInRight ibox-content" id="app">
<form class="form-horizontal m" id="form-network-add">
<input name="deptId" type="hidden" id="treeId"/>
<div class="form-group">
<label class="col-sm-3 control-label is-required">所属地市:</label>
<div class="col-sm-8">

@ -8,6 +8,7 @@
<div class="wrapper wrapper-content animated fadeInRight ibox-content" id="app">
<form class="form-horizontal m" id="form-network-edit" th:object="${tdPropertyNet}">
<input name="netId" th:field="*{netId}" type="hidden">
<input name="deptId" type="hidden" id="treeId" th:field="*{deptId}"/>
<div class="form-group">
<label class="col-sm-3 control-label is-required">所属地市:</label>
<div class="col-sm-8">

Loading…
Cancel
Save