Browse Source

拼团购后台管理功能 评价分页bug修改

feature/syp_points
liuchuang 5 years ago
parent
commit
917e0e7084
  1. 5
      public/index.html
  2. 10
      src/views/modules/custom/groupbuy-detail.vue

5
public/index.html

@ -36,9 +36,8 @@
<!-- 开发环境 --> <!-- 开发环境 -->
<% if (process.env.VUE_APP_NODE_ENV === 'dev') { %> <% if (process.env.VUE_APP_NODE_ENV === 'dev') { %>
<script> <script>
// window.SITE_CONFIG['apiURL'] = 'http://localhost:9094/epdc-api' window.SITE_CONFIG['apiURL'] = 'http://localhost:9094/epdc-api'
window.SITE_CONFIG['apiURL'] = 'https://eug-test.elinkit.com.cn/js/epdc-api' // window.SITE_CONFIG['apiURL'] = 'https://epdc-jinan-test.elinkservice.cn/js/epdc-api'
// window.SITE_CONFIG['apiURL'] = 'https://epdc-jinshui.elinkservice.cn/epdc-api'
</script> </script>
<% } %> <% } %>
<!-- 集成测试环境 --> <!-- 集成测试环境 -->

10
src/views/modules/custom/groupbuy-detail.vue

@ -144,6 +144,16 @@ export default {
this.$nextTick(() => { this.$nextTick(() => {
this.$refs['dataForm'].resetFields() this.$refs['dataForm'].resetFields()
if (this.dataForm.id) { 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.getInfo()
this.getSignUpList() this.getSignUpList()
this.evaluationList() this.evaluationList()

Loading…
Cancel
Save