修改英语2区充值统计

This commit is contained in:
chenruiye
2025-04-02 14:49:56 +08:00
parent 91af330db5
commit 8fe40d2f42

View File

@@ -62,7 +62,7 @@
import TableHelper from '@/utils/bootstrap-table-helper';
export default {
name: "ChargeRecordEnPartitionStatisticsView",
name: "ChargeRecordEn2PartitionStatisticsView",
setup () {
return {};
},
@@ -117,7 +117,7 @@ export default {
queryParamsType: "undefined",
queryParams: function queryParams (params) { //设置查询参数
var param = {
partitionId: 1,
partitionId: 16,
beginDate: $('#beginDate').val(),
endDate: $('#endDate').val()
};