diff --git a/src/views/information/member/index.vue b/src/views/information/member/index.vue index 643f133..142f218 100644 --- a/src/views/information/member/index.vue +++ b/src/views/information/member/index.vue @@ -948,7 +948,6 @@ export default { }, methods: { 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 }, changeTime1(val) {