Commit 62d4280f by 薛文刚

Update ypbg.vue

parent 6a48036e
......@@ -88,7 +88,7 @@ export default {
var year2 = this.queryTime2.substring(0, 4)
var mounth2 = this.queryTime2.substring(5, 6) == 0 ? this.queryTime2.substring(6) : this.queryTime2.substring(5)
this.timeStr = `${year1}${mounth1}月 至 ${year2}${mounth2}月`
self.doQueryRequest(JSON.stringify(ajxxForm), 'maTjfx/getMatjJyqk').then(res => {
self.doQueryRequest(JSON.stringify(ajxxForm), '/maTjfx/getMatjJyqk').then(res => {
this.str1 = res.data.data.resultStr
})
},
......@@ -98,7 +98,7 @@ export default {
lasjQssj: this.queryTime1,
lasjJssj: this.queryTime2,
}
self.doQueryRequest(JSON.stringify(ajxxForm), 'maTjfx/getMaqxTj').then(res => {
self.doQueryRequest(JSON.stringify(ajxxForm), '/maTjfx/getMaqxTj').then(res => {
this.str2 = res.data.data.resultStr
})
},
......@@ -108,7 +108,7 @@ export default {
lasjQssj: this.queryTime1,
lasjJssj: this.queryTime2,
}
self.doQueryRequest(JSON.stringify(ajxxForm), 'maTjfx/getYsdraTj').then(res => {
self.doQueryRequest(JSON.stringify(ajxxForm), '/maTjfx/getYsdraTj').then(res => {
this.str3 = res.data.data.resultStr
})
},
......@@ -118,7 +118,7 @@ export default {
lasjQssj: this.queryTime1,
lasjJssj: this.queryTime2,
}
self.doQueryRequest(JSON.stringify(ajxxForm), 'matj/getFzxyrBb').then(res => {
self.doQueryRequest(JSON.stringify(ajxxForm), '/matj/getFzxyrBb').then(res => {
this.str4 = res.data.data.fzxyrYpbg
})
},
......@@ -128,7 +128,7 @@ export default {
lasjQssj: this.queryTime1,
lasjJssj: this.queryTime2,
}
self.doQueryRequest(JSON.stringify(ajxxForm), 'asjtj/queryAsjtj').then(res => {
self.doQueryRequest(JSON.stringify(ajxxForm), '/asjtj/queryAsjtj').then(res => {
this.str5 = res.data.data.rows
})
},
......@@ -138,7 +138,7 @@ export default {
lasjQssj: this.queryTime1,
lasjJssj: this.queryTime2,
}
self.doQueryRequest(JSON.stringify(ajxxForm), 'asjtj/queryZagj').then(res => {
self.doQueryRequest(JSON.stringify(ajxxForm), '/asjtj/queryZagj').then(res => {
this.str6 = res.data.data.rows
self.loading = false
})
......
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