Commit b4cf4d01 authored by wangxl's avatar wangxl

3333

parent 0b3587e7
......@@ -130,7 +130,7 @@ export default {
},
getCount () {
let pars = isEmptyParams({ reportYear: this.searchForm.reportYear });
this.$api.task.getCount(pars).then(({ data = {} }) => {
this.$api.task.getCount({}).then(({ data = {} }) => {
if (data) {
this.itemCount = [data.count1, data.count2, data.count3, data.count4, data.count5]
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment