Commit b6039ecd authored by 李苏's avatar 李苏 💬

完善

parent 312d20d3
......@@ -215,9 +215,9 @@
})
return dataArry
}}
}
this.rowItem = e
this.fshake(()=>{
this.$refs.cycle.queryParams=JSON.parse(JSON.stringify(this.queryParams))
......@@ -231,6 +231,10 @@
}
this.$refs.cycle.queryParams.gsid=this.singleItem.gsid
/* 判断前端过滤条件*/
if(!this.$refs.cycle.queryParams.jsrq){
console.log('error','jsrq获取失败')
return
}
this.$refs.cycle.$refs['TablePager'].pageQuery(config[this.$refs.cycle.gd])
},500)
},
......
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