From b03a5a783a3246be20d6b9a8f2cc16157ed9c336 Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Wed, 01 Jun 2022 08:48:24 +0800
Subject: [PATCH] 农资统计

---
 src/api/stock/stock.js |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/src/api/stock/stock.js b/src/api/stock/stock.js
index 3601db7..bee63c7 100644
--- a/src/api/stock/stock.js
+++ b/src/api/stock/stock.js
@@ -46,4 +46,11 @@
         method: 'post',
         data: row
     })
-}
\ No newline at end of file
+}
+export const pagenum = (row) => {
+  return request({
+    url: '/api/stock/stock/pagenum',
+    method: 'post',
+    data: row
+  })
+}

--
Gitblit v1.9.3