hurx hai 8 horas
pai
achega
c276d2fe34
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/order/orderAssignment/splitAssignDialog.vue

+ 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,