|
@@ -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) {
|
|
|
|
|
|
}
|