修改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": "平和县医院"
}

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

Loading…
Cancel
Save