fix: import not use & change const to let

This commit is contained in:
Warunee Tamkoo 2025-08-21 14:10:36 +07:00
parent 26ee98f48f
commit 58cbeb108d
14 changed files with 16 additions and 18 deletions

View file

@ -39,7 +39,7 @@ const isLoadTree = ref<boolean>(false); // loadTable
const mainTree = ref<OrgTree>();
const selected = ref<string>("");
const reqMaster = reactive<FilterMaster>({
let reqMaster = reactive<FilterMaster>({
id: "",
type: 0,
isAll: false,