Commit 9511919a authored by youjie's avatar youjie

no message

parent 032acf1a
...@@ -286,7 +286,7 @@ export default { ...@@ -286,7 +286,7 @@ export default {
this.loading = true this.loading = true
let msg={ let msg={
pageIndex:1, pageIndex:1,
pageSize:100, pageSize:1000,
ReFinanceId:this.FrID ReFinanceId:this.FrID
}; };
this.cdtotal=0; this.cdtotal=0;
......
...@@ -2651,7 +2651,7 @@ ...@@ -2651,7 +2651,7 @@
} }
if (routeName == 'TravelControlList2') { if (routeName == 'TravelControlList2') {
this.queryMsg.TeamType = 3; this.queryMsg.TeamType = 0;
} }
this.getTeamList(); this.getTeamList();
this.getControlList(); this.getControlList();
......
...@@ -1518,7 +1518,7 @@ ...@@ -1518,7 +1518,7 @@
getczTableList(TCIDs){ getczTableList(TCIDs){
let msg={ let msg={
pageIndex:1, pageIndex:1,
pageSize:100, pageSize:1000,
TCIDs:TCIDs, TCIDs:TCIDs,
ReFinanceId:'' ReFinanceId:''
}; };
......
...@@ -641,7 +641,7 @@ ...@@ -641,7 +641,7 @@
this.TeamType = 2; this.TeamType = 2;
} }
if (routeName == 'TravelManager6') { if (routeName == 'TravelManager6') {
this.TeamType = 3; this.TeamType = 0;
} }
let configId = this.$route.query.configId; let configId = this.$route.query.configId;
this.modifyTcid = this.$route.query.tcid; this.modifyTcid = this.$route.query.tcid;
......
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