浏览代码

Merge branch 'master' of http://dzgogs.hw.hongweisoft.com/great_transition/great_webui

MONSTER-ygh 11 月之前
父节点
当前提交
df2132fc7f

+ 2 - 2
src/views/statisticalReport/channelSales.vue

@@ -288,7 +288,7 @@
           });
       },
       async pagePerformTimeListFun(value) {
-            console.log('value',value);
+            // console.log('value',value);
             try {
                 this.pagePerformTimeList = []
                 this.$set(this.queryParams,'timeId',null)
@@ -309,8 +309,8 @@
                 this.pagePerformTimeList = [].concat(data.rows);
                 if(data.rows[0]){
                   this.queryParams.timeId = data.rows[0].id;
-                  this.getList();
                 }
+                this.getList();
             } catch (error) {
                 
             }

+ 4 - 3
src/views/statisticalReport/distributor.vue

@@ -3,7 +3,7 @@
  * @Author: gcz
  * @Date: 2024-04-23 10:30:35
  * @LastEditors: gcz
- * @LastEditTime: 2024-04-29 13:45:23
+ * @LastEditTime: 2024-05-07 11:25:11
  * @FilePath: \great_webui\src\views\statisticalReport\distributor.vue
  * @Copyright: Copyright (c) 2016~2024 by gcz, All Rights Reserved. 
 -->
@@ -108,6 +108,7 @@
   import { seatPricePageList } from '@/api/distribution/ticketMr'
   import { pagePerformTimeList } from "@/api/schedulingMr/schedulingMr"
   import moment from "moment"
+import { log } from 'mathjs'
   export default {
     name: "agreement",
     dicts: ['agreement_type'],
@@ -277,7 +278,7 @@
           });
       },
       async pagePerformTimeListFun(value) {
-            console.log('value',value);
+            // console.log('value',value);
             try {
                 this.pagePerformTimeList = []
                 this.$set(this.queryParams,'performTimeId',null)
@@ -298,8 +299,8 @@
                 this.pagePerformTimeList = [].concat(data.rows);
                 if(data.rows[0]){
                   this.queryParams.performTimeId = data.rows[0].id;
-                  this.getList();
                 }
+                this.getList();
             } catch (error) {
                 
             }

+ 3 - 3
src/views/statisticalReport/product.vue

@@ -3,7 +3,7 @@
  * @Author: gcz
  * @Date: 2024-04-23 10:30:35
  * @LastEditors: gcz
- * @LastEditTime: 2024-04-29 15:05:11
+ * @LastEditTime: 2024-05-07 11:22:51
  * @FilePath: \great_webui\src\views\statisticalReport\product.vue
  * @Copyright: Copyright (c) 2016~2024 by gcz, All Rights Reserved. 
 -->
@@ -277,7 +277,7 @@
           });
       },
       async pagePerformTimeListFun(value) {
-            console.log('value',value);
+            // console.log('value',value);
             try {
                 this.pagePerformTimeList = []
                 this.$set(this.queryParams,'performTimeId',null)
@@ -298,8 +298,8 @@
                 this.pagePerformTimeList = [].concat(data.rows);
                 if(data.rows[0]){
                   this.queryParams.performTimeId = data.rows[0].id;
-                  this.getList();
                 }
+                this.getList();
             } catch (error) {
                 
             }

+ 3 - 3
src/views/statisticalReport/team.vue

@@ -3,7 +3,7 @@
  * @Author: gcz
  * @Date: 2024-04-23 10:30:35
  * @LastEditors: gcz
- * @LastEditTime: 2024-04-29 15:07:16
+ * @LastEditTime: 2024-05-07 11:23:23
  * @FilePath: \great_webui\src\views\statisticalReport\team.vue
  * @Copyright: Copyright (c) 2016~2024 by gcz, All Rights Reserved. 
 -->
@@ -277,7 +277,7 @@
           });
       },
       async pagePerformTimeListFun(value) {
-            console.log('value',value);
+            // console.log('value',value);
             try {
                 this.pagePerformTimeList = []
                 this.$set(this.queryParams,'performTimeId',null)
@@ -298,8 +298,8 @@
                 this.pagePerformTimeList = [].concat(data.rows);
                 if(data.rows[0]){
                   this.queryParams.performTimeId = data.rows[0].id;
-                  this.getList();
                 }
+                this.getList();
             } catch (error) {
                 
             }