#
luxiaotao1123
2021-01-06 9e0016b4c43c3f8d84ea3f88e9120c973a5767b6
src/main/webapp/static/js/staDesc/staDesc.js
@@ -83,7 +83,7 @@
                success: function (res) {
                    layer.closeAll();
                    if (res.code === 200){
                        tableReload(false);
                        $(".layui-laypage-btn")[0].click();
                    } else if (res.code === 403){
                        top.location.href = baseUrl+"/";
                    }else {
@@ -126,7 +126,7 @@
                    type: 2,
                    title: '新增',
                    maxmin: true,
                    area: [top.detailWidth, top.detailHeight],
                    area: ['40%', top.detailHeight],
                    shadeClose: false,
                    content: 'staDesc_detail.html',
                    success: function(layero, index){
@@ -240,7 +240,7 @@
                    type: 2,
                    title: '修改',
                    maxmin: true,
                    area: [top.detailWidth, top.detailHeight],
                    area: ['40%', top.detailHeight],
                    shadeClose: false,
                    content: 'staDesc_detail.html',
                    success: function(layero, index){