Commit 12966fb2 authored by 沈翠玲's avatar 沈翠玲

排产搜索

parent 974e41fd
......@@ -150,7 +150,7 @@ service.interceptors.response.use(res => {
},
error => {
console.log('err' + error)
if(error == "Cancel: /mes/pro/taskWorkunit/list?pageNum=1&pageSize=10&post") {
if(error.indexOf("Cancel: /mes/pro/taskWorkunit/list")>-1) {
// 取消请求队列中该请求
cancelRepeatRequest(error.config || {})
return
......
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