แก้ไขฟอร์มสรุปผลการพิจารณา
This commit is contained in:
parent
2c295dbd03
commit
d026e7c615
5 changed files with 219 additions and 200 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue