Showing
1 changed file
with
1 additions
and
1 deletions
@@ -91,7 +91,7 @@ layui.define(['table', 'form', 'laydate', 'common','sessions','xmSelect','laydat | @@ -91,7 +91,7 @@ layui.define(['table', 'form', 'laydate', 'common','sessions','xmSelect','laydat | ||
91 | }, | 91 | }, |
92 | height: 'auto', | 92 | height: 'auto', |
93 | data(){ | 93 | data(){ |
94 | - return [{name:"root",value:"root",disabled: true,children:listData}] | 94 | + return [{name: "root", value: "root", children: listData}] |
95 | } | 95 | } |
96 | }) | 96 | }) |
97 | 97 |
-
Please register or login to post a comment