From 917e0e708437c75e330a1258749cb7f3c97b53a5 Mon Sep 17 00:00:00 2001 From: liuchuang <123456> Date: Fri, 25 Dec 2020 18:05:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=BC=E5=9B=A2=E8=B4=AD=E5=90=8E=E5=8F=B0?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=8A=9F=E8=83=BD=20=E8=AF=84=E4=BB=B7?= =?UTF-8?q?=E5=88=86=E9=A1=B5bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 5 ++--- src/views/modules/custom/groupbuy-detail.vue | 10 ++++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index 2901598..0b4ca59 100644 --- a/public/index.html +++ b/public/index.html @@ -36,9 +36,8 @@ <% if (process.env.VUE_APP_NODE_ENV === 'dev') { %> <% } %> diff --git a/src/views/modules/custom/groupbuy-detail.vue b/src/views/modules/custom/groupbuy-detail.vue index 6e1cc37..c16d701 100644 --- a/src/views/modules/custom/groupbuy-detail.vue +++ b/src/views/modules/custom/groupbuy-detail.vue @@ -144,6 +144,16 @@ export default { this.$nextTick(() => { this.$refs['dataForm'].resetFields() if (this.dataForm.id) { + this.order = '' + this.orderField = '' + this.pageIndex = 1 + this.limitVal = 10 + this.total = 0 + this.evaluations.order = '' + this.evaluations.orderField = '' + this.evaluations.pageIndex = 1 + this.evaluations.limitVal = 10 + this.evaluations.total = 0 this.getInfo() this.getSignUpList() this.evaluationList()