From 13f29b9b8c3cff3c4aaf505afc72aece13722538 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Fri, 6 Feb 2026 13:50:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../business/comps/select/SelectTemplateDialog.vue | 23 +++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/src/views/business/comps/select/SelectTemplateDialog.vue b/src/views/business/comps/select/SelectTemplateDialog.vue index 751aceb..f532d4a 100644 --- a/src/views/business/comps/select/SelectTemplateDialog.vue +++ b/src/views/business/comps/select/SelectTemplateDialog.vue @@ -20,13 +20,20 @@ - - + + + + @@ -74,14 +81,14 @@ export default { this.selectedId = row.id }, show(val) { - this.searchForm=_.merge({}, this.searchForm, val) - this.selectedId=null + this.searchForm = _.merge({}, this.searchForm, val) + this.selectedId = null this.search() }, search() { this.searchForm.pageNum = 1; this.open = true - this.selectedId=null + this.selectedId = null this.getList(); }, reset() { @@ -113,7 +120,5 @@ export default { \ No newline at end of file