แก้ไขฟอร์มสรุปผลการพิจารณา

This commit is contained in:
Warunee Tamkoo 2023-12-01 17:52:59 +07:00
parent 2c295dbd03
commit d026e7c615
5 changed files with 219 additions and 200 deletions

View file

@ -125,12 +125,12 @@ const updateInput = (value: any) => {
const Reset = () => {
emit("update:filterKeyword2", "");
};
watch([()=>props.modal],() => {
selected.value = props.modal ? [] : [];
if (props.modal === true) {
selected.value = props.rows2;
}
});
// watch([()=>props.modal],() => {
// selected.value = props.modal ? [] : [];
// if (props.modal === true) {
// selected.value = props.rows2;
// }
// });
</script>
<template>
<q-dialog v-model="props.modal">

View file

@ -9,7 +9,6 @@ import http from "@/plugins/http";
import config from "@/app.config";
import DialogSendToCommand from "@/modules/11_discipline/components/7_ListSuspend/DialogSendToCommand.vue";
import type { dataType } from '@/modules/11_discipline/interface/response/suspend'
import type { ResponseData } from "@/modules/06_retirement/interface/response/out";
import { useDisciplineSuspendStore } from "@/modules/11_discipline/store/SuspendStore";
/** use */