From 2c7456531d0056177948b9d55853964097820f91 Mon Sep 17 00:00:00 2001 From: Auora <14587305+auoraasd@user.noreply.gitee.com> Date: Tue, 21 Oct 2025 11:12:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-local.yml | 10 +++++----- .../medicationmanagement/purchaseDocument/index.vue | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/openhis-server-new/openhis-application/src/main/resources/application-local.yml b/openhis-server-new/openhis-application/src/main/resources/application-local.yml index 04c623fc..5baccbd8 100644 --- a/openhis-server-new/openhis-application/src/main/resources/application-local.yml +++ b/openhis-server-new/openhis-application/src/main/resources/application-local.yml @@ -6,9 +6,9 @@ spring: druid: # 主库数据源 master: - url: jdbc:postgresql://localhost:5432/openhis?currentSchema=public&characterEncoding=UTF-8&client_encoding=UTF-8 - username: postgres - password: root + url: jdbc:postgresql://192.168.110.252:15432/postgresql?currentSchema=public&characterEncoding=UTF-8&client_encoding=UTF-8 + username: postgresql + password: Jchl1528 # 从库数据源 slave: # 从数据源开关/默认关闭 @@ -62,13 +62,13 @@ spring: # redis 配置 redis: # 地址 - host: 172.0.0.0 + host: 192.168.110.252 # 端口,默认为6379 port: 6379 # 数据库索引 database: 1 # 密码 - password: redis + password: Jchl1528 # 连接超时时间 timeout: 10s lettuce: diff --git a/openhis-ui-vue3/src/views/medicationmanagement/purchaseDocument/index.vue b/openhis-ui-vue3/src/views/medicationmanagement/purchaseDocument/index.vue index 57cb274f..50981c80 100644 --- a/openhis-ui-vue3/src/views/medicationmanagement/purchaseDocument/index.vue +++ b/openhis-ui-vue3/src/views/medicationmanagement/purchaseDocument/index.vue @@ -700,7 +700,7 @@ const data = reactive({ isEdit: false, isAdding: true, queryParams: { - pageNo: 1, + pageNo: 1, pageSize: 10, searchKey: undefined, // 供应商名称 busNo: undefined, // 编码