From 95bfd3877100df89513673a20bd622aef1ccc301 Mon Sep 17 00:00:00 2001 From: ruanqi Date: Fri, 24 Nov 2023 15:17:01 +0800 Subject: [PATCH] =?UTF-8?q?plm=E5=AD=97=E6=AE=B5=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/common/Chooselist.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/views/modules/common/Chooselist.vue b/src/views/modules/common/Chooselist.vue index f67283a..5b53a6d 100644 --- a/src/views/modules/common/Chooselist.vue +++ b/src/views/modules/common/Chooselist.vue @@ -220,6 +220,18 @@ export default { this.param3= '' this.param= '' this.param4=this.$store.state.user.site + this.baseListData={ + caption1: '', + caption2: '', + caption3: '', + caption4: '', + description: '', + fieldname1: '', + fieldname2: '', + sqlcode: '', + tagno: '', + } + this.dataList=[]; } } }