我写的有问题么?在线等
import axios from 'axios'
axios({
method: 'get',
url: "http://192.168.4.206:8858/purchase/listAll", // 测试
data: {
start: this.search.date[0],
end: this.search.date[1],
amountMin: this.search.money1,
amountMax: this.search.money2,
txt: this.search.key,
}
}).then(res => {
console.log(res.data)
}).catch(error => {
});
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…