เลือกคนครอง
This commit is contained in:
parent
cda9e56239
commit
f0f6e94f35
4 changed files with 584 additions and 15 deletions
|
|
@ -63,9 +63,9 @@ const optionFilter = ref<DataOption[]>([
|
|||
const typeOpsMain = ref<DataOption[]>([]);
|
||||
const levelOpsMain = ref<DataOption[]>([]);
|
||||
const executiveOpsMain = ref<DataOption[]>([]);
|
||||
const executiveOps = ref<DataOption[]>([]);
|
||||
const typeOps = ref<DataOption[]>([]);
|
||||
const levelOps = ref<DataOption[]>([]);
|
||||
const executiveOps = ref<DataOption[]>([]);
|
||||
|
||||
const listMenu = ref<ListMenu[]>([
|
||||
{
|
||||
|
|
@ -428,8 +428,6 @@ function onSubmitSelectEdit() {
|
|||
);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/** input ค้นหา */
|
||||
const searchRef = ref<any>(null);
|
||||
async function searchInput() {
|
||||
|
|
@ -724,7 +722,6 @@ async function clearFormPositionSelect() {
|
|||
:options="optionFilter"
|
||||
emit-value
|
||||
dense
|
||||
|
||||
map-options
|
||||
outlined
|
||||
option-label="name"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue