修改bug

prod
wangwei 2 years ago
parent 5f9453f9b6
commit a10bedbe1d

@ -1,4 +1,4 @@
{ {
"BASE_URL": "http://192.168.0.166:9991", "BASE_URL": "http://127.0.0.1:9991",
"hosp_name": "平和县医院" "hosp_name": "平和县医院"
} }

@ -190,11 +190,12 @@ export default {
registerNo: null, registerNo: null,
manufactory: null, manufactory: null,
name: "", name: "",
thirdSys: null, thirdSys: this.thirdSys[0].thirdId,
page: 1, page: 1,
limit: 20, limit: 20,
}; };
this.getList(); this.getList();
this.filterQuery.thirdSys ="";
}, },
hideSearch() { hideSearch() {
this.showSearch = !this.showSearch; this.showSearch = !this.showSearch;
@ -204,7 +205,7 @@ export default {
this.getList(); this.getList();
}, },
getList() { getList() {
if (this.filterQuery.thirdSys == null) { if (this.filterQuery.thirdSys == null ) {
this.$message.warning("请先选择第三方系统!") this.$message.warning("请先选择第三方系统!")
return; return;
} }

Loading…
Cancel
Save