From 76d03f0bd609ac3831a88fcb067fa2636370c808 Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Fri, 15 Dec 2023 02:22:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8C=85=E4=BB=B6=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E7=82=B9=E5=87=BB=E5=88=86=E9=A1=B5=E6=B2=A1=E5=8F=8D?= =?UTF-8?q?=E5=BA=94=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inventory/distributionStockArticleDetails.vue | 4 ++-- vite.config.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/distribution/inventory/distributionStockArticleDetails.vue b/src/views/distribution/inventory/distributionStockArticleDetails.vue index 681a52aa..d111ccc0 100644 --- a/src/views/distribution/inventory/distributionStockArticleDetails.vue +++ b/src/views/distribution/inventory/distributionStockArticleDetails.vue @@ -1341,11 +1341,11 @@ export default { }, currentChange(currentPage) { this.page.currentPage = currentPage; - this.onLoad(this.page); + this.onLoadOwn(this.page); }, sizeChange(pageSize) { this.page.pageSize = pageSize; - this.onLoad(this.page); + this.onLoadOwn(this.page); }, onLoad(page, params = {}) { this.loading = true; diff --git a/vite.config.js b/vite.config.js index eacdd94d..511fd3cb 100644 --- a/vite.config.js +++ b/vite.config.js @@ -23,13 +23,13 @@ export default ({ mode, command }) => { // ć–°zyc // target: 'http://192.168.6.116:8777', - target: 'http://192.168.6.122:8777', + // target: 'http://192.168.6.122:8777', // target: 'http://192.168.6.116:8777', // tjj // sst // target: 'http://192.168.10.94:8888', // target: 'http://192.168.10.29:13000', - // target: 'http://h5uapi.huitongys.com', + target: 'http://h5uapi.huitongys.com', changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''), },