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

Commit 7d9b73c3 authored by dongchun's avatar dongchun

修改代理相关内容

parent cfa9f0b7
......@@ -394,6 +394,7 @@
var options = {
url: orifix + "/list",
modalName: "组织架构",
showSearch: false,
columns: [{
checkbox: true
},
......
......@@ -210,6 +210,7 @@
var options = {
url: prefix + "/list",
modalName: "学校列表",
showSearch: false,
columns: [{
checkbox: true
},
......
......@@ -210,9 +210,13 @@
// alert(e.msg)
if (e.code == 301 || e.code == 500) {
layer.msg(e.msg)
}
setTimeout(() => {
location.reload();
},500)
} else {
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