From b410989481d771f3757b81f91391badaad257394 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Mon, 9 Jan 2023 14:24:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config.json | 4 ++-- src/views/warehouse/stockOrderSearch.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/config.json b/public/config.json index 559e2ca..a919abd 100644 --- a/public/config.json +++ b/public/config.json @@ -1,6 +1,6 @@ { - "BASE_URL": "http://192.168.1.20:9906", - "SERVER_IP": "http://192.168.1.20:9906", + "BASE_URL": "http://127.0.0.1:9906", + "SERVER_IP": "http://127.0.0.1:9906", "hosp_name": "福建省XX市医院" } diff --git a/src/views/warehouse/stockOrderSearch.vue b/src/views/warehouse/stockOrderSearch.vue index 8042494..723e5cf 100644 --- a/src/views/warehouse/stockOrderSearch.vue +++ b/src/views/warehouse/stockOrderSearch.vue @@ -638,7 +638,7 @@ export default { this.detailQuery = { orderIdFk: "", page: 1, - limit: 200 + limit: 20 } this.detailList = []; this.detailTotal = 0;