Commit 3fc633a0 authored by 李苏's avatar 李苏 💬

调整

parent d0adff14
......@@ -335,7 +335,7 @@
init() {
this.$post('fme/ufmezbp/query', {
year: this.queryParams.year,
type: 'year'
type: 'Y'
}).then(res => {
let records = res.data.records || []
if (records.length != 0) {
......@@ -363,7 +363,7 @@
this.$post('fme/ufmezbp/query', {
year: this.queryParams.year,
month: this.queryParams.month,
type: 'month'
type: 'M'
}).then(res => {
let records = res.data.records || []
if (records.length != 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment