Commit 3df9f08c authored by lihui's avatar lihui Committed by 刘鹏

fix: tab切换

parent e61bdc07
...@@ -527,10 +527,15 @@ export default { ...@@ -527,10 +527,15 @@ export default {
} }
this.orderQueryObj.page = 1; this.orderQueryObj.page = 1;
this.orderQueryObj.page_size = 10; this.orderQueryObj.page_size = 10;
this.activeName = "all"; if (this.orderQueryObj.order_status === "0") {
this.orderQueryObj.order_status = "0"; this.activeName = "all";
this.orderStatusArr[1].disabled = false; this.orderStatusArr[1].disabled = false;
this.orderStatusArr[2].disabled = false; this.orderStatusArr[2].disabled = false;
}
// this.orderQueryObj.order_status = "0";
// this.orderStatusArr[1].disabled = false;
// this.orderStatusArr[2].disabled = false;
this.getOrderListMet(this.orderQueryObj); this.getOrderListMet(this.orderQueryObj);
}, },
......
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