fix:delete file Dialog1_Perview.vue
This commit is contained in:
parent
3d5405d676
commit
d4ee563d0d
2 changed files with 0 additions and 163 deletions
|
|
@ -11,7 +11,6 @@ import { useCommandDetail } from "@/modules/18_command/store/DetailStore";
|
|||
import type { FormDataDetail } from "@/modules/18_command/interface/request/Main";
|
||||
import type { DataOperators } from "@/modules/18_command/interface/response/Main";
|
||||
|
||||
import DialogPerview from "@/modules/18_command/components/Step/Dialog1_Perview.vue";
|
||||
import Dialog1_AddOperator from "@/modules/18_command/components/Step/Dialog1_AddOperetor.vue";
|
||||
|
||||
const $q = useQuasar();
|
||||
|
|
@ -55,7 +54,6 @@ let formData = reactive<FormDataDetail>({
|
|||
});
|
||||
const commandVolume = ref<string>(""); //เล่มที่
|
||||
const commandChapter = ref<string>(""); //ตอนที่
|
||||
const modalPreview = ref<boolean>(false); //แสดงตัวอย่าง
|
||||
const isIdofficer = ref<boolean>(false); //เช็ค สกจ.
|
||||
|
||||
const rows = ref<Array<DataOperators>>([]);
|
||||
|
|
@ -632,11 +630,6 @@ onMounted(async () => {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<DialogPerview
|
||||
v-model:modal="modalPreview"
|
||||
v-model:data-template-detail="formData"
|
||||
/>
|
||||
|
||||
<Dialog1_AddOperator
|
||||
v-model:modal="modalAddOperator"
|
||||
:command-id="commandId"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue