Commit 2c8f267c authored by 李苏's avatar 李苏 💬

添加拓展field

parent 2759ef62
...@@ -12,9 +12,13 @@ ...@@ -12,9 +12,13 @@
</template> </template>
<script> <script>
import wlsx from 'common/src/mixin/wlsx.js'
import wlphsx from 'common/src/mixin/wlphsx.js'
export default { export default {
mixins:[wlsx,wlphsx],
data() { data() {
return { return {
power: { power: {
add: false, add: false,
copy: false, copy: false,
...@@ -146,6 +150,7 @@ ...@@ -146,6 +150,7 @@
}, },
onChange: (v) => { onChange: (v) => {
if (v) { if (v) {
let allList=['wlph', 'zlh','wlxxCode', 'wlxxName', 'wlph', 'jldwName', 'wlxxGg', 'zlh','ckName', 'zlh']
let list = [] let list = []
if (v.id == "ck,wl") { if (v.id == "ck,wl") {
list = ['wlph', 'zlh'] list = ['wlph', 'zlh']
...@@ -158,6 +163,7 @@ ...@@ -158,6 +163,7 @@
} }
/* */ /* */
setTimeout(()=>{ setTimeout(()=>{
console.log( this.$refs.basePage.$refs.TablePager.newGridList,' this.$refs.basePage.$refs.TablePager.newGridList')
this.$refs.basePage.$refs.TablePager.newGridList.forEach(item => { this.$refs.basePage.$refs.TablePager.newGridList.forEach(item => {
if (list.includes(item.prop)) { if (list.includes(item.prop)) {
item.show = false item.show = false
......
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