修改英语2区充值统计
This commit is contained in:
@@ -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()
|
||||
};
|
||||
|
Reference in New Issue
Block a user