wuhb 1 miesiąc temu
rodzic
commit
9bf7162f21
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      pages/index/index.uvue

+ 1 - 1
pages/index/index.uvue

@@ -242,7 +242,7 @@ const loadReceiveList = (): void => {
 	const loadOutstockBadge = (): void => {
 		if (currentUserId.length === 0) return
 		// 查询待签收的出库单
-		getProductSalseList(1, 100, '', currentUserId, 'PENDING').then((res: any) => {
+		getProductSalseList(1, 1000, '', currentUserId, 'PENDING').then((res: any) => {
 			const result = res as UTSJSONObject
 			const rows = result['rows']
 			if (rows != null) {