1
0

2 Коммиты 4b8869acd5 ... 5e13ddd3b3

Автор SHA1 Сообщение Дата
  Wayne 5e13ddd3b3 Merge branch 'master' of http://8.137.121.180:10880/longping/subject_gxj 3 месяцев назад
  Wayne e2737d1ec2 移除页面不用的代码 3 месяцев назад
1 измененных файлов с 0 добавлено и 21 удалено
  1. 0 21
      projects/src/main/webapp/vmodules/project/xmzhtj.jsp

+ 0 - 21
projects/src/main/webapp/vmodules/project/xmzhtj.jsp

@@ -123,27 +123,6 @@
                 });
                 this.getData();
             },
-            add: function (obj) {
-                App.openLayer({
-                    title: "新增角色",
-                    content: App.getUrl("/Rolemeun/add"),
-                    height: "600",
-                    width: "800"
-                });
-            },
-            edit: function (obj) {
-                window.location.href = App.getUrl("register/editSbdw?id=" + obj.data.id);
-            },
-            edit2: function (obj) {
-                window.location.href = App.getUrl("register/editCkSbdw?id=" + obj.data.id);
-            },
-            del: function (obj) {
-                App.msg.confirm("确定删除该角色吗?", function () {
-                    App.postJson("/api/Rolemeun/del", { id: obj.data.id }, function (res) {
-                        if (res.success) methods.reload();
-                    });
-                });
-            },
             loadPage: function (totalCount) {
                 var self = this;
                 layui.laypage.render({