แก้ไขการสอบสวนความผิดทางวินัย

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-11-28 10:39:59 +07:00
parent 342e848e0c
commit 8587a85133
4 changed files with 104 additions and 170 deletions

View file

@ -1,8 +1,6 @@
<script setup lang="ts">
import { ref, computed, watchEffect, watch, onMounted } from "vue";
import { useQuasar } from "quasar";
import http from "@/plugins/http";
import config from "@/app.config";
import { useCounterMixin } from "@/stores/mixin";
import type { QTableProps } from "quasar";
import type { directorType } from "@/modules/11_discipline/interface/index/Main";
@ -154,7 +152,7 @@ function Reset() {
/** เช็คค่า props.Modal === true */
watchEffect(() => {
if (props.Modal === true) {
selected.value = [];
// selected.value = [];
props.getList();
}
});