no message

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-08-23 16:00:32 +07:00
parent cc3f375ca9
commit 8c9760bb83
4 changed files with 641 additions and 444 deletions

View file

@ -380,6 +380,7 @@ const fetchRetirement = async (type: string, year: any) => {
round: items.round,
typeReport: typeReportChangeName(items.typeReport),
json: items.json,
document: items.document,
}));
actionOption.value = rows.value;
rows.value.sort((a, b) => a.round - b.round);
@ -569,13 +570,17 @@ const clickSelect = async (action: string) => {
.onDismiss(() => {});
};
const clickClose = async () => {
modal.value = false;
};
// const clickClose = async () => {
// modal.value = false;
// };
const checkjson = ref<boolean>();
const checkststus = (data: any) => {
let jsonfasle = rows.value.find((e: any) => e.json == false);
let jsonfasle = data.find((e: any) => e.document == false);
// console.log(jsonfasle)
if (jsonfasle) {
checkjson.value = true;
} else checkjson.value = false;