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; }