report evaluate
This commit is contained in:
parent
a982430e5f
commit
d26d9069b5
1 changed files with 1 additions and 12 deletions
|
|
@ -18,7 +18,7 @@ import LoadView from "@/components/LoadView.vue";
|
|||
|
||||
const $q = useQuasar();
|
||||
const { fetchStructureTree } = useStructureTree();
|
||||
const { showLoader, hideLoader, messageError } = useCounterMixin();
|
||||
const { messageError } = useCounterMixin();
|
||||
|
||||
const loadingBtn = ref<boolean>(false);
|
||||
|
||||
|
|
@ -28,7 +28,6 @@ const nodeName = ref<string>("");
|
|||
const node = ref<DataStructureTree[]>([]);
|
||||
|
||||
const year = ref<number>(new Date().getFullYear());
|
||||
const splitterModel = ref(14);
|
||||
|
||||
const detailReport = ref<any>();
|
||||
|
||||
|
|
@ -58,16 +57,6 @@ async function fetchReport() {
|
|||
const data = await res.data.result;
|
||||
await fetchDocumentTemplate(data);
|
||||
detailReport.value = data;
|
||||
// const org = organizationOpsMain.value.find((item: DataOption) => {
|
||||
// item.id == organization.value;
|
||||
// });
|
||||
// genReportXLSX(
|
||||
// data,
|
||||
// org
|
||||
// ? `รายงานสรุปจำนวนผลงานการประเมิน_${org.name ? org.name : "ทั้งหมด"}`
|
||||
// : "รายงานสรุปจำนวนผลงานการประเมิน",
|
||||
// "pdf"
|
||||
// );
|
||||
})
|
||||
.catch((err) => {
|
||||
messageError($q, err);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue