fix code build error

This commit is contained in:
Warunee Tamkoo 2023-09-24 09:14:17 +07:00
parent 52f89c16f1
commit 040a191573
7 changed files with 65 additions and 164 deletions

View file

@ -1131,11 +1131,11 @@ const columnsPosition = ref<QTableProps["columns"]>([
},
]);
watch(organizationShortName, (count: any, prevCount: any) => {
watch(organizationShortName, () => {
organizationNameOptions.value = [];
});
watch(organizationName, (count: any, prevCount: any) => {
watch(organizationName, () => {
positionPathOptions.value = [];
});