更新页面
This commit is contained in:
@ -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([]);
|
||||
|
||||
Reference in New Issue
Block a user