From a10bedbe1d825a9d9193e73d937a8e856eee722b Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Wed, 1 Feb 2023 11:54:18 +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 | 2 +- src/views/thirdSys/product/thrProducts.vue | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/public/config.json b/public/config.json index 70cf7727..68967846 100644 --- a/public/config.json +++ b/public/config.json @@ -1,4 +1,4 @@ { - "BASE_URL": "http://192.168.0.166:9991", + "BASE_URL": "http://127.0.0.1:9991", "hosp_name": "平和县医院" } diff --git a/src/views/thirdSys/product/thrProducts.vue b/src/views/thirdSys/product/thrProducts.vue index bb16ed72..9ce568d1 100644 --- a/src/views/thirdSys/product/thrProducts.vue +++ b/src/views/thirdSys/product/thrProducts.vue @@ -190,11 +190,12 @@ export default { registerNo: null, manufactory: null, name: "", - thirdSys: null, + thirdSys: this.thirdSys[0].thirdId, page: 1, limit: 20, }; this.getList(); + this.filterQuery.thirdSys =""; }, hideSearch() { this.showSearch = !this.showSearch; @@ -204,7 +205,7 @@ export default { this.getList(); }, getList() { - if (this.filterQuery.thirdSys == null) { + if (this.filterQuery.thirdSys == null ) { this.$message.warning("请先选择第三方系统!") return; }