Browse Source

退款订单和报表

JXDS18FUJT 2 years ago
parent
commit
52cc18da8b
3 changed files with 3 additions and 3 deletions
  1. 1 1
      .env.production
  2. 1 1
      src/views/tool/order/index.vue
  3. 1 1
      src/views/tool/report/index.vue

+ 1 - 1
.env.production

@@ -2,4 +2,4 @@
 ENV = 'production'
 
 # 若依管理系统/生产环境
-VUE_APP_BASE_API = '/prod-api'
+VUE_APP_BASE_API = 'https://jsjp-admin.zzxcx.net/jsjp-admin'

+ 1 - 1
src/views/tool/order/index.vue

@@ -87,7 +87,7 @@
 
         <pagination v-show="total > 0" :total="total" :page.sync="queryParams.pageNum" :limit.sync="queryParams.pageSize"
             @pagination="getList" />
-
+            
         <!-- 添加或修改错题对话框 -->
         <el-dialog :title="title" :visible.sync="open" width="500px" append-to-body>
             <el-form ref="form" :model="form" :rules="rules" label-width="80px">

+ 1 - 1
src/views/tool/report/index.vue

@@ -223,7 +223,7 @@ export default {
         },
         /** 重置按钮操作 */
         resetQuery() {
-            this.resetForm("queryForm");
+            this.reset()
             this.handleQuery();
         },
         // 多选框选中数据