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

收发汇总修改

parent 416fcb1d
...@@ -160,7 +160,12 @@ ...@@ -160,7 +160,12 @@
list = ['wlxxCode', 'wlxxName', 'wlph', 'jldwName', 'wlxxGg', 'zlh'] list = ['wlxxCode', 'wlxxName', 'wlph', 'jldwName', 'wlxxGg', 'zlh']
} else if (v.id == "wl") { } else if (v.id == "wl") {
list = ['ckName', 'wlph', 'zlh'] list = ['ckName', 'wlph', 'zlh']
}else if (v.id == "wl,ph,zlh") {
list = ['ckName']
}else if (v.id == "wl,zlh") {
list = ['ckName','wlph']
} }
console.log(v.id,list,'隐藏list')
/* */ /* */
setTimeout(()=>{ setTimeout(()=>{
console.log( this.$refs.basePage.$refs.TablePager.newGridList,' this.$refs.basePage.$refs.TablePager.newGridList') console.log( this.$refs.basePage.$refs.TablePager.newGridList,' this.$refs.basePage.$refs.TablePager.newGridList')
......
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