fix bug 11_discipline

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-09-22 18:20:25 +07:00
parent 8e13652600
commit a65006f4c7
31 changed files with 44 additions and 45 deletions

View file

@ -9,7 +9,6 @@ import { useCounterMixin } from "@/stores/mixin";
import { useDisciplineChannelDataStore } from "@/modules/11_discipline/store/ChannelStore";
import type { typeItem } from "@/modules/11_discipline/interface/response/Channel";
import { checkPermission } from "@/utils/permissions";
import Header from "@/components/DialogHeader.vue";