mongodb按季度查询
//前端传参
// import moment from 'moment';
// Vue.prototype.$moment = moment;
// 获取季度数据接口
async refreshProductData() {
const year = 2021;
// 定义季度
const a = {
1: { glt: "01-01", la: "03-31", },
2: { glt: "04-01", la: "06-
原创
2021-02-07 15:42:09 ·
439 阅读 ·
0 评论