Commit f698db68 authored by wangxl's avatar wangxl

4444

parent c19194c9
...@@ -69,7 +69,6 @@ export default { ...@@ -69,7 +69,6 @@ export default {
certId: null, certId: null,
personName: null, personName: null,
reportYear: null, reportYear: null,
auditType: 6,
}, },
activekey: '1', activekey: '1',
tabDate: [ tabDate: [
...@@ -159,7 +158,7 @@ export default { ...@@ -159,7 +158,7 @@ export default {
}).catch(() => { this.loading = false }) }).catch(() => { this.loading = false })
}, },
getCount () { getCount () {
let pars = isEmptyParams({ auditType: 6, reportYear: this.searchForm.reportYear, completed: 1 }); let pars = isEmptyParams({ auditType: 6, reportYear: this.searchForm.reportYear });
this.$api.audit.getTalentAuditCount(pars).then(({ data = {} }) => { this.$api.audit.getTalentAuditCount(pars).then(({ data = {} }) => {
if (data) { if (data) {
this.panes = data this.panes = data
......
...@@ -69,7 +69,6 @@ export default { ...@@ -69,7 +69,6 @@ export default {
certId: null, certId: null,
personName: null, personName: null,
reportYear: null, reportYear: null,
auditType: 6,
}, },
activekey: '1', activekey: '1',
tabDate: [ tabDate: [
......
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