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=[]; } } }