Commit b4ffb8b7 by 薛文刚

Update ypbg.vue

parent f4445eee
......@@ -57,7 +57,6 @@ export default {
return {
queryTime1: new Date().getMonth() - 1 > 9 ? `${new Date().getFullYear()}-${new Date().getMonth() - 1}` : `${new Date().getFullYear()}-0${new Date().getMonth() - 1}`,
queryTime2: new Date().getMonth() > 9 ? `${new Date().getFullYear()}-${new Date().getMonth()}` : `${new Date().getFullYear()}-0${new Date().getMonth()}`,
unitcode: sessionStorage.getItem("unitcode"),
str1: '',
str2: '',
str3: '',
......@@ -81,7 +80,6 @@ export default {
var self = this
self.loading = true
let ajxxForm = {
unitcode: this.unitcode,
lasjQssj: this.queryTime1,
lasjJssj: this.queryTime2,
}
......@@ -97,7 +95,6 @@ export default {
getMaqxTj () {
var self = this
let ajxxForm = {
unitcode: this.unitcode,
lasjQssj: this.queryTime1,
lasjJssj: this.queryTime2,
}
......@@ -108,7 +105,6 @@ export default {
getYsdraTj () {
var self = this
let ajxxForm = {
unitcode: this.unitcode,
lasjQssj: this.queryTime1,
lasjJssj: this.queryTime2,
}
......@@ -119,7 +115,6 @@ export default {
getFzxyrBb () {
var self = this
let ajxxForm = {
unitcode: this.unitcode,
lasjQssj: this.queryTime1,
lasjJssj: this.queryTime2,
}
......@@ -130,7 +125,6 @@ export default {
queryAsjtj () {
var self = this
let ajxxForm = {
unitcode: this.unitcode,
lasjQssj: this.queryTime1,
lasjJssj: this.queryTime2,
}
......@@ -141,7 +135,6 @@ export default {
queryZagj () {
var self = this
let ajxxForm = {
unitcode: this.unitcode,
lasjQssj: this.queryTime1,
lasjJssj: this.queryTime2,
}
......
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