|
|
@ -438,11 +438,11 @@ export default {
|
|
|
|
getyqData() {
|
|
|
|
getyqData() {
|
|
|
|
let from = {
|
|
|
|
let from = {
|
|
|
|
pageNum: 1,
|
|
|
|
pageNum: 1,
|
|
|
|
pageSize: 7,
|
|
|
|
pageSize: 8,
|
|
|
|
areaId: 1,
|
|
|
|
areaId: 1,
|
|
|
|
params: {},
|
|
|
|
params: {},
|
|
|
|
};
|
|
|
|
};
|
|
|
|
let date = this.$moment().subtract(3, "d");
|
|
|
|
let date = this.$moment().subtract(7, "d");
|
|
|
|
from.params.beginDateTime = this.$moment(date).format("YYYY-MM-DD");
|
|
|
|
from.params.beginDateTime = this.$moment(date).format("YYYY-MM-DD");
|
|
|
|
from.params.endDateTime = this.$moment().format("YYYY-MM-DD");
|
|
|
|
from.params.endDateTime = this.$moment().format("YYYY-MM-DD");
|
|
|
|
listYqzs(from).then((res) => {
|
|
|
|
listYqzs(from).then((res) => {
|
|
|
|