This commit is contained in:
clay
2022-01-15 20:55:38 +08:00
parent 5356c8b948
commit 8e9cf7b833
15 changed files with 782 additions and 563 deletions

View File

@@ -85,7 +85,6 @@ export default {
}
},
created() {
console.log(this.form)
getStatistic(this.form).then(res=>{
this.data = res.data
})