## Fix - 信息管理->会员信息->安置编号
This commit is contained in:
parent
b449d0c451
commit
eb0313c226
|
@ -948,7 +948,6 @@ export default {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
getColVisible(colName) {
|
getColVisible(colName) {
|
||||||
console.log('this.menuList', colName, this.menuList, this.menuList.find((item) => item.prop === colName)?.checked)
|
|
||||||
return this.menuList.find((item) => item.prop === colName)?.checked
|
return this.menuList.find((item) => item.prop === colName)?.checked
|
||||||
},
|
},
|
||||||
changeTime1(val) {
|
changeTime1(val) {
|
||||||
|
|
Loading…
Reference in New Issue