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;