提交 9303f505 编写于 作者: lyf's avatar lyf

修改订单数量

上级 0e8e6a4c
...@@ -469,7 +469,6 @@ export default { ...@@ -469,7 +469,6 @@ export default {
// 每隔1分钟对比数据 // 每隔1分钟对比数据
contrastData() { contrastData() {
clearInterval(this.timer); clearInterval(this.timer);
this.timer = setInterval(() => { this.timer = setInterval(() => {
this.getTabs(); this.getTabs();
this.search(true); this.search(true);
...@@ -627,9 +626,14 @@ export default { ...@@ -627,9 +626,14 @@ export default {
if ((this.fromType == 5||this.fromType == 1) && this.searchParam.status) { if ((this.fromType == 5||this.fromType == 1) && this.searchParam.status) {
if (val.paneName == 101) { if (val.paneName == 101) {
this.searchParam.hasToFollowReason = 1; this.searchParam.hasToFollowReason = 1;
} else { } else if(val.paneName == 102) {
this.searchParam.hasToFollowReason = 2; this.searchParam.hasToFollowReason = 2;
} }
else{
if (this.searchParam.hasOwnProperty("hasToFollowReason")) {
delete this.searchParam.hasToFollowReason;
}
}
} else { } else {
if (this.searchParam.hasOwnProperty("hasToFollowReason")) { if (this.searchParam.hasOwnProperty("hasToFollowReason")) {
delete this.searchParam.hasToFollowReason; delete this.searchParam.hasToFollowReason;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册