From 3ba3f48fdf21d48f9443befc6b53af82e2206607 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期一, 11 五月 2026 14:41:53 +0800
Subject: [PATCH] ai人物更新

---
 src/views/salesManagement/salesQuotation/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/salesManagement/salesQuotation/index.vue b/src/views/salesManagement/salesQuotation/index.vue
index e1ac380..2237b72 100644
--- a/src/views/salesManagement/salesQuotation/index.vue
+++ b/src/views/salesManagement/salesQuotation/index.vue
@@ -300,7 +300,6 @@
 import Pagination from '@/components/PIMTable/Pagination.vue'
 import FormDialog from '@/components/Dialog/FormDialog.vue'
 import {getQuotationList,addQuotation,updateQuotation,deleteQuotation} from '@/api/salesManagement/salesQuotation.js'
-import {customerList} from "@/api/salesManagement/salesLedger.js";
 import {modelList, productTreeList} from "@/api/basicData/product.js";
 import {listCustomer} from "@/api/basicData/customer.js";
 import { userListNoPage } from "@/api/system/user.js";
@@ -316,7 +315,7 @@
 const quotationList = ref([])
 const userList = ref([])
 const productOptions = ref([]);
-const modelOptions = ref([]);
+const modelOptions  = ref([]);
 const pagination = reactive({
   total: 3,
   currentPage: 1,
@@ -791,6 +790,7 @@
 onMounted(()=>{
   getUserList()
   handleSearch()
+  fetchCustomerOptions()
 })
 </script>
 

--
Gitblit v1.9.3