hurx 7 цаг өмнө
parent
commit
c276d2fe34

+ 1 - 1
src/views/order/orderAssignment/splitAssignDialog.vue

@@ -623,7 +623,7 @@ const loadCustomerData = async () => {
     return;
   }
   try {
-    const res: any = await listCustomerInfo({ status: '0', pageNum: 1, pageSize: 1000 });
+    const res: any = await listCustomerInfo({ status: '1', pageNum: 1, pageSize: 1000 });
     const list = res.rows || res.data || [];
     cachedCustomerList.value = list.map((item: any) => ({
       ...item,