添加cxselect参数手册地址

master
RuoYi 4 years ago committed by Limy
parent 7cb4d5d1ab
commit 82bff31849

@ -71,7 +71,7 @@
<hr> <hr>
<div class="form-group"> <div class="form-group">
<label class="font-noraml">相关参数详细信息</label> <label class="font-noraml">相关参数详细信息</label>
<div><a href="http://doc.ruoyi.vip/ruoyi/document/zjwd.html#cxselect" target="_blank">http://doc.ruoyi.vip/ruoyi/document/zjwd.html#cxselect</a></div> <div><a href="http://doc.ruoyi.vip/ruoyi/document/zjwd.html#jquery-cxselect" target="_blank">http://doc.ruoyi.vip/ruoyi/document/zjwd.html#jquery-cxselect</a></div>
</div> </div>
</div> </div>
</div> </div>
@ -79,7 +79,7 @@
</div> </div>
</div> </div>
<th:block th:include="include :: footer" /> <th:block th:include="include :: footer" />
<th:block th:include="include :: cxselect-js" /> <th:block th:include="include :: jquery-cxselect-js" />
<script th:inline="javascript"> <script th:inline="javascript">
// 直接返回获取 // 直接返回获取
var data = [[${data}]]; var data = [[${data}]];

@ -187,7 +187,7 @@
</div> </div>
<th:block th:include="include :: footer" /> <th:block th:include="include :: footer" />
<th:block th:include="include :: bootstrap-select-js" /> <th:block th:include="include :: bootstrap-select-js" />
<th:block th:include="include :: cxselect-js" /> <th:block th:include="include :: jquery-cxselect-js" />
<script th:inline="javascript"> <script th:inline="javascript">
// 直接返回获取 // 直接返回获取

@ -140,7 +140,7 @@
</div> </div>
<!-- 多级联动下拉 --> <!-- 多级联动下拉 -->
<div th:fragment="cxselect-js"> <div th:fragment="jquery-cxselect-js">
<script th:src="@{/ajax/libs/cxselect/jquery.cxselect.min.js}"></script> <script th:src="@{/ajax/libs/cxselect/jquery.cxselect.min.js}"></script>
</div> </div>

Loading…
Cancel
Save