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

fix: tab切换

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