This commit is contained in:
shijingjing
2022-09-14 17:46:36 +08:00
parent 16238142f4
commit 7d697c6932
4 changed files with 26 additions and 18 deletions

View File

@@ -241,8 +241,7 @@ export default {
},
// 获取数据
getStatistics() {
this.$http
.post(`/app/appmasssendingtask/detailStatistics`, null, {
this.$http.post(`/app/appmasssendingtask/detailStatistics`, null, {
params: {
type: this.tabIndex,
sendStatus: this.tabIndex==0? this.subIndex0: this.subIndex1,