|
@@ -43,7 +43,7 @@
|
|
|
</select>
|
|
</select>
|
|
|
</li>
|
|
</li>
|
|
|
<li>
|
|
<li>
|
|
|
- 磁贴入口:<select name="userType" th:with="type=${@dict.getType('sys_lantern_permission')}">
|
|
|
|
|
|
|
+ 磁贴入口:<select name="userType" th:with="type=${@dict.getType('sys_system_name')}">
|
|
|
<option value="">所有</option>
|
|
<option value="">所有</option>
|
|
|
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
|
|
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
|
|
|
</select>
|
|
</select>
|
|
@@ -81,7 +81,7 @@
|
|
|
var datas = [[${@dict.getType('sys_show_hide')}]];
|
|
var datas = [[${@dict.getType('sys_show_hide')}]];
|
|
|
var magnetSizeList = [[${@dict.getType('wx_magnet_size')}]];
|
|
var magnetSizeList = [[${@dict.getType('wx_magnet_size')}]];
|
|
|
var magnetTypeDatas = [[${@dict.getType('sys_magnet_type')}]];
|
|
var magnetTypeDatas = [[${@dict.getType('sys_magnet_type')}]];
|
|
|
- var userTypeDatas = [[${@dict.getType('sys_lantern_permission')}]];
|
|
|
|
|
|
|
+ var userTypeDatas = [[${@dict.getType('sys_system_name')}]];
|
|
|
var prefix = ctx + "wxportal/magnet";
|
|
var prefix = ctx + "wxportal/magnet";
|
|
|
|
|
|
|
|
$(function() {
|
|
$(function() {
|