Commit 9511919a authored by youjie's avatar youjie

no message

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