解决 bug

This commit is contained in:
gengxin
2025-02-24 09:26:39 +08:00
parent 7023a8bdd9
commit 80cca534c3

View File

@@ -56,7 +56,7 @@ const props = defineProps({
const selectOptions = ref([]);
const supplier = ref('')
// const supplier = ref('')
const managerArray = computed(() => (props.value === "" ? null : props.value));