Commit f2f64190 authored by liudong1993's avatar liudong1993

1

parent 274149ca
......@@ -874,6 +874,9 @@ export default {
}
if(this.$route.query.CostIds){
if(this.$route.query.CostIds =="-12"){
this.msg.pageSize =100;
}
let arr = this.$route.query.CostIds ? this.$route.query.CostIds.split(',') : []
if (arr.length) {
arr.forEach(x=>{
......
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