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

修改订单数量

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