Commit 91038157 authored by 徐俊's avatar 徐俊
parents 730fd2e3 b4cf4d01
......@@ -107,7 +107,7 @@ export default {
if (data) {
this.isButten = data.disabled
this.description = data.description
this.searchForm.reportYear = data.year
// this.searchForm.reportYear = data.year
this.getListByPage()
}
}).catch(() => { })
......@@ -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