记得上下班打卡 | git大法好,push需谨慎

Commit 7d9b73c3 authored by dongchun's avatar dongchun

修改代理相关内容

parent cfa9f0b7
...@@ -394,6 +394,7 @@ ...@@ -394,6 +394,7 @@
var options = { var options = {
url: orifix + "/list", url: orifix + "/list",
modalName: "组织架构", modalName: "组织架构",
showSearch: false,
columns: [{ columns: [{
checkbox: true checkbox: true
}, },
......
...@@ -210,6 +210,7 @@ ...@@ -210,6 +210,7 @@
var options = { var options = {
url: prefix + "/list", url: prefix + "/list",
modalName: "学校列表", modalName: "学校列表",
showSearch: false,
columns: [{ columns: [{
checkbox: true checkbox: true
}, },
......
...@@ -210,9 +210,13 @@ ...@@ -210,9 +210,13 @@
// alert(e.msg) // alert(e.msg)
if (e.code == 301 || e.code == 500) { if (e.code == 301 || e.code == 500) {
layer.msg(e.msg) layer.msg(e.msg)
} setTimeout(() => {
location.reload();
},500)
} else {
location.reload(); location.reload();
} }
}
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment