refactor: ตั้งdefault การแสดงเป็น list
This commit is contained in:
parent
d7e24e9641
commit
3354ac9dc1
2 changed files with 2 additions and 2 deletions
|
|
@ -77,7 +77,7 @@ const defaultFormData = {
|
|||
checkpointEN: null,
|
||||
};
|
||||
|
||||
const modeView = ref(true);
|
||||
const modeView = ref(false);
|
||||
|
||||
const fieldSelectedOption = ref<{ label: string; value: string }[]>([
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue