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

添加拓展field

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