Commit da2bf14e authored by malin's avatar malin

r

parent 42b291e1
...@@ -145,6 +145,9 @@ export default { ...@@ -145,6 +145,9 @@ export default {
}; };
API.API_gatewayQueryOrder(params).then((res) => { API.API_gatewayQueryOrder(params).then((res) => {
let status = res.result.data.status; let status = res.result.data.status;
if (this.is_result == true) {
return;
}
if (status == 200) { if (status == 200) {
return; return;
} else { } else {
......
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