解决部分功能模块无法修改名称的bug
This commit is contained in:
@@ -191,5 +191,6 @@
|
||||
<script src="js/jquery-toastr/2.0/toastr.min.js"></script>
|
||||
<script src="js/jquery/jquery.slimscroll.js"></script>
|
||||
<script src="js/easyui/jquery.easyui.min.js"></script>
|
||||
<script src="/js/easyui/locale/easyui-lang-zh_CN.js"></script>
|
||||
<script src="js/common/common.js"></script>
|
||||
<script src="js/modules/sys/sysIndex.js"></script>
|
||||
@@ -390,7 +390,7 @@
|
||||
$("#Sort").textbox("setValue", rowsdata.sort);
|
||||
$("#Enabled").attr("checked", rowsdata.enabled);
|
||||
$("#Type").textbox("setValue", rowsdata.type);
|
||||
if (rowsdata.pushbtn != "undefined" && rowsdata.pushbtn != "") {
|
||||
if (rowsdata.pushbtn) {
|
||||
var arr = rowsdata.pushbtn.split(",");
|
||||
var pushBtnArray = [];
|
||||
for (var i = 0; i < arr.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user