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

Commit cfa9f0b7 authored by dongchun's avatar dongchun

修改代理相关内容

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