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()