diff --git a/src/views/configManage/advertisementBanner/index.vue b/src/views/configManage/advertisementBanner/index.vue index e623541..01a153e 100644 --- a/src/views/configManage/advertisementBanner/index.vue +++ b/src/views/configManage/advertisementBanner/index.vue @@ -424,7 +424,7 @@ export default { type: 'success' }) that.ruleShow = false - that.table = { position: '', picture: '', sort: '', effectiveDate: '', link: '' } + that.table = { ...initForm } that.research() } else { Message({ @@ -443,7 +443,7 @@ export default { type: 'success' }) that.ruleShow = false - that.table = { position: '', picture: '', sort: '', effectiveDate: '', link: '' } + that.table = { ...initForm } that.research() } else { Message({ diff --git a/src/views/statistics/level-up-records/index.vue b/src/views/statistics/level-up-records/index.vue index 44ccf4f..f84532b 100644 --- a/src/views/statistics/level-up-records/index.vue +++ b/src/views/statistics/level-up-records/index.vue @@ -1,5 +1,10 @@