gaoluyang
2026-05-15 e1a69ef74161b5aa37b2d065522319353a9a9075
src/views/salesManagement/salesQuotation/index.vue
@@ -262,7 +262,7 @@
  deleteQuotationProduct
} from '@/api/salesManagement/salesQuotationProduct.js'
import {modelList, productTreeList} from "@/api/basicData/product.js";
import {listCustomerPrivatePool} from "@/api/basicData/customerFile.js";
// import {listCustomerPrivatePool} from "@/api/basicData/customerFile.js";
import { userListNoPage } from "@/api/system/user.js";
// 响应式数据
@@ -353,9 +353,9 @@
  resetForm()
  dialogVisible.value = true
  getProductOptions();
  listCustomerPrivatePool({current: -1,size:-1}).then((res) => {
    customerOption.value = res.data.records;
  });
  // listCustomerPrivatePool({current: -1,size:-1}).then((res) => {
  //   customerOption.value = res.data.records;
  // });
}
const getProductOptions = () => {
   // 返回 Promise,便于编辑时 await 确保能反显