wuhb преди 1 месец
родител
ревизия
9bf7162f21
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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) {