@專注_刻意練習(xí) 能弱弱的問一句這要怎么轉(zhuǎn)嗎?
getUserListData() {
this.$axios
.post('user/Info/lUserPage',
qs.stringify({
startDate:this.formInline.startDate,
endDate:this.formInline.endDate,
temUUID:this.formInline.temUUID,
temperatureType:this.formInline.temperatureType,
pageSize:this.pageSize,
pageNum:this.pageNum
})
)
.then(response => {
console.log(response);
});
},
qs.stringify處理空數(shù)組時(shí)域滥,后臺(tái)什么也接受不到解決方案最近做項(xiàng)目靡挥,需要用到vue,后臺(tái)是php,第一次使用axios進(jìn)行請(qǐng)求序矩,本以為同ajax一樣,會(huì)很簡(jiǎn)單跋破,但是結(jié)果往往不讓人滿意啊簸淀,get請(qǐng)求很簡(jiǎn)單,這里就不說了毒返,主要說下 p...