Commit 757bc97c authored by youjie's avatar youjie
parents cc53effc a060b428
...@@ -282,7 +282,6 @@ ...@@ -282,7 +282,6 @@
LineId: 0, LineId: 0,
LineteamId: 0, LineteamId: 0,
CreateBy: 0, CreateBy: 0,
PageIndex: "1",
PageSize: "5", PageSize: "5",
TravelState: 2 TravelState: 2
}, },
...@@ -337,6 +336,7 @@ ...@@ -337,6 +336,7 @@
}, },
//选项卡切换 //选项卡切换
handleClick(activeName) { handleClick(activeName) {
this.resetPageIndex()
this.queryData.TravelState = activeName; this.queryData.TravelState = activeName;
this.getList(); this.getList();
}, },
......
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