no message
This commit is contained in:
parent
0e9ed9362d
commit
a06b25f3e9
1 changed files with 4 additions and 4 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue