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

Commit cfa9f0b7 authored by dongchun's avatar dongchun

修改代理相关内容

parent 4754e413
...@@ -105,6 +105,7 @@ ...@@ -105,6 +105,7 @@
modalName: "销售数据", modalName: "销售数据",
url: smilePrefix + "/list", url: smilePrefix + "/list",
detailUrl: smilePrefix + "/base/saleData/{id}", detailUrl: smilePrefix + "/base/saleData/{id}",
showSearch: false,
columns: [{ columns: [{
checkbox: true checkbox: true
}, },
...@@ -207,6 +208,9 @@ ...@@ -207,6 +208,9 @@
data: JSON.stringify(postData), data: JSON.stringify(postData),
success: function (e) { success: function (e) {
// alert(e.msg) // alert(e.msg)
if (e.code == 301 || e.code == 500) {
layer.msg(e.msg)
}
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