利用axios发送请求,为什么参数在控制台找不到
调用:
this.$store.dispatch('getshowTable',{ "params":{
"page":[{"perPageNum":this.pagesize,"curPage":1}],
"node":[{"projectName":this.projectName.replace(/\s/g, ""),"projectVersion":this.projectVersion.replace(/\s/g, ""),"beginTime":(new Date(this.startTime)).format("YYYY-MM-DD:00:00:00"),"endTime":(new Date(this.endTime)).format("YYYY-MM-DD:23:59:59"),"fuzzyMatch":this.fuzzyMatch}]
},
"this":this
});
守候你守候我
相关分类