mirror of
https://github.com/yangzongzhuan/RuoYi.git
synced 2025-10-22 21:47:40 +00:00
修复代码生成树表异常
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
<th:block th:include="include :: ztree-js" />
|
||||
<script th:inline="javascript">
|
||||
$(function() {
|
||||
var url = ctx + "system/${businessName}/treeData";
|
||||
var url = ctx + "${moduleName}/${businessName}/treeData";
|
||||
var options = {
|
||||
url: url,
|
||||
expandLevel: 2,
|
||||
|
Reference in New Issue
Block a user