更新页面

This commit is contained in:
2025-09-15 14:58:42 +08:00
parent e45a06ca59
commit 0a2fd0f611
6 changed files with 303 additions and 107 deletions

View File

@ -6,6 +6,7 @@
:show-all-levels="false"
clearable
filterable
:disabled="props.disabled"
:placeholder="modelValue ? placeholder : '请选择部门'"
:options="tableData"
v-model="oldmodelValue"
@ -46,7 +47,11 @@ const props = defineProps({
isAll:{
default: false,
type: Boolean
}
},
disabled:{
default: false,
type: Boolean
},
});
const firstLoad = ref(true)
const oldmodelValue = ref([]);