Merge branch '250213-prod-master_1202-gx' into test20250220

This commit is contained in:
gengxin
2025-02-24 09:27:18 +08:00

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));