no message

This commit is contained in:
STW_TTTY\stwtt 2024-04-23 17:58:11 +07:00
parent 0e9ed9362d
commit a06b25f3e9

View file

@ -20,8 +20,8 @@ const modal = ref<boolean>(false);
const rows = ref<any>([]);
const editStatus = ref<boolean>(false);
const groupName = ref<any>();
const position = ref<any>(null);
const competency = ref<any>(null);
const position = ref<any>();
const competency = ref<any>();
const groupNameOp = ref<DataOption[]>([]);
const groupNameOpMain = ref<DataOption[]>([]);
@ -245,8 +245,8 @@ function close() {
modal.value = false;
editStatus.value = false;
groupName.value = "";
position.value = [];
competency.value = [];
position.value = null;
competency.value = null;
}
function getOptions() {