qsh 3 weeks ago
parent 34a1fc56d3
commit 7bb3a74095
  1. 7
      src/views/Kpi/Score/index.vue

@ -125,15 +125,14 @@ onMounted(() => {
'YYYY-MM'
)
KpiApi.getKpiPeriodStatus({ period: searchForm.value.period }).then((data) => {
periodSaved.value = data.status
})
getList()
})
async function getList() {
try {
KpiApi.getKpiPeriodStatus({ period: searchForm.value.period }).then((data) => {
periodSaved.value = data.status
})
//
const arr = await KpiApi.getKpiEmployees(searchForm.value)
employeeOptions.value = arr || []

Loading…
Cancel
Save