From 2bced02c1156d7fdcea4310c389c01b5a674cb98 Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Tue, 14 May 2024 15:12:39 +0800
Subject: [PATCH] 维修基金优化
---
src/views/article/components/discussionManageChild.vue | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/src/views/article/components/discussionManageChild.vue b/src/views/article/components/discussionManageChild.vue
index 490fc81..0898b93 100644
--- a/src/views/article/components/discussionManageChild.vue
+++ b/src/views/article/components/discussionManageChild.vue
@@ -210,9 +210,6 @@
value,
column
}) => {
- // this.$message.success('focus事件查看控制台')
- // console.log('获取焦点', value, column)
- // this.$refs.userList && this.$refs.userList.resetForm()
this.$refs.userList.show(this.discussion.articleRange)
},
},
@@ -436,4 +433,4 @@
.el-pagination {
margin-top: 20px;
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.3