wujianwei
2026-01-12 5dc6be84f02788d98a67a7488e7fb2c8d4b08c04
ui/admin-ui3/src/components/makeInvoiceCate/index.vue
@@ -187,7 +187,7 @@
// 选择客户回调
const handleCustomerSelect = (selectedCustomer) => {
    form.customerName = selectedCustomer.customerShortName;
    form.customerName = selectedCustomer.customerFullName;
    form.customerId = selectedCustomer.id; // 现在字段已声明,赋值有效
    isCustomerSelectVisibleIshow.value = false;
};