เพิ่่ม stroe เก็บ listDevelopment

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-11-28 09:58:40 +07:00
parent 563f3e1b16
commit cc98d336d4
10 changed files with 182 additions and 578 deletions

View file

@ -17,9 +17,6 @@ import type {
} from "@/modules/04_registryPerson/interface/index/Main";
import type { DataRequest } from "@/modules/04_registryPerson/interface/response/Main";
/** importComponents*/
import DialogStatus from "@/modules/04_registryPerson/components/requestEdit/Dialog01_EditStatus.vue";
const $q = useQuasar();
const router = useRouter();
const route = useRoute();
@ -28,8 +25,6 @@ const { showLoader, hideLoader, messageError, date2Thai } = useCounterMixin();
const routerName = ref<string>(route.name as string);
//Table
const idCard = ref<string>("");
const profileId = ref<string>("");
const rows = ref<DataRequest[]>([]); //
const page = ref<number>(1); //
const pageSize = ref<number>(10); //
@ -119,8 +114,6 @@ const visibleColumns = ref<string[]>([
const status = ref<string>("PENDING"); //
const keyword = ref<string>(""); //
const statusOption = ref<DataOption[]>(store.optionStatus); //
const modalStatus = ref<boolean>(false); //
const modalUpdate = ref<boolean>(false); //
const requestId = ref<string>(""); //id
/** function fetch รายการคำร้องขอแก้ไขทะเบียนประวัติ*/
@ -402,12 +395,6 @@ onMounted(() => {
</d-table>
</div>
</q-card>
<DialogStatus
v-model:modal="modalStatus"
:fetch-data="fetchListRequset"
:request-id="requestId"
/>
</template>
<style scoped></style>