refactor: set false
This commit is contained in:
parent
3f414b156a
commit
4c65515ba7
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ const props = defineProps<{
|
||||||
const userStore = useUserStore();
|
const userStore = useUserStore();
|
||||||
const optionStore = useOptionStore();
|
const optionStore = useOptionStore();
|
||||||
|
|
||||||
const modelByArea = ref<boolean>(true);
|
const modelByArea = ref<boolean>(false);
|
||||||
|
|
||||||
const userInTable = defineModel<WorkflowUserInTable[]>('userInTable', {
|
const userInTable = defineModel<WorkflowUserInTable[]>('userInTable', {
|
||||||
default: [],
|
default: [],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue