gaoluyang
9 小时以前 c56e5d01939c67e3e7abdc0ff9d369719cd26f25
src/views/salesManagement/salesQuotation/index.vue
@@ -360,6 +360,7 @@
import {userListNoPage} from "@/api/system/user.js";
import {customerList} from "@/api/salesManagement/salesLedger.js";
import {modelList, productTreeList} from "@/api/basicData/product.js";
import {listCustomerPrivatePool} from "@/api/basicData/customerFile.js";
// 响应式数据
const loading = ref(false)
@@ -489,8 +490,8 @@
    userName: item.userName || ''
  }));
   getProductOptions();
   customerList().then((res) => {
      customerOption.value = res;
   listCustomerPrivatePool({current: -1,size:-1}).then((res) => {
      customerOption.value = res.data.records;
   });
}
const getProductOptions = () => {