bug修复

featFunction
anthonywj 3 years ago
parent 36ad35a057
commit 386287656f

@ -1,7 +1,6 @@
{ {
"BASE_URL": "http://192.168.0.109:9906", "BASE_URL": "http://192.168.1.13:9906",
"SERVER_IP": "http://192.168.0.109:9906", "SERVER_IP": "http://192.168.1.13:9906",
"hosp_name": "诏安县总医院(测试)" "hosp_name": "福建省XX市医院"
} }

@ -3,25 +3,25 @@
"BASE_URL": "http://192.168.0.66:8500/SPMS_SERVER", "BASE_URL": "http://192.168.0.66:8500/SPMS_SERVER",
"SERVER_IP": "http://192.168.0.66:8500/SPMS_SERVER", "SERVER_IP": "http://192.168.0.66:8500/SPMS_SERVER",
"hosp_name": "诏安县总医院(测试)" "hosp_name": "福建省XX市医院"
文明东: 文明东:
"BASE_URL": "http://192.168.0.66:8500/SPMS_SERVER", "BASE_URL": "http://192.168.0.66:8501/SPMS_SERVER",
"SERVER_IP": "http://192.168.0.66:8500/SPMS_SERVER", "SERVER_IP": "http://192.168.0.66:8501/SPMS_SERVER",
"hosp_name": "诏安县总医院(测试)" "hosp_name": "福建省XX市医院"
"BASE_URL": "http://192.168.0.109:9906", "BASE_URL": "http://192.168.0.109:9906",
"SERVER_IP": "http://192.168.0.109:9906", "SERVER_IP": "http://192.168.0.109:9906",
"hosp_name": "诏安县总医院(测试)" "hosp_name": "福建省XX市医院"
"BASE_URL": "http://127.0.0.1:9906", "BASE_URL": "http://127.0.0.1:9906",
"SERVER_IP": "http://127.0.0.1:9906", "SERVER_IP": "http://127.0.0.1:9906",
"hosp_name": "诏安县总医院(测试)" "hosp_name": "福建省XX市医院"
{ {

@ -893,6 +893,7 @@ export default {
addType: 1, addType: 1,
thrPiId: null, thrPiId: null,
filterType: null, filterType: null,
diType: 1
}, },
productType: null, productType: null,
editQuery: null, editQuery: null,
@ -960,6 +961,7 @@ export default {
page: 1, page: 1,
limit: 20, limit: 20,
addType: 1, addType: 1,
diType: 1
}; };
this.getList(); this.getList();
}, },

@ -1336,7 +1336,7 @@ export default {
} }
getHospitalUserList(this.hospitalUserQuery).then((res) => { getHospitalUserList(this.hospitalUserQuery).then((res) => {
this.selectUserList = []; this.selectUserList = [];
this.userList = res.data.list; this.userList = res.data;
this.hospitalUserTotal = res.data.total; this.hospitalUserTotal = res.data.total;
var that = this; var that = this;
that.$nextTick(() => { that.$nextTick(() => {

@ -180,6 +180,7 @@ export default {
ybbm: null, ybbm: null,
tyshxydm: null, tyshxydm: null,
qxlb: null, qxlb: null,
cplx:null,
cpms: null cpms: null
}, },
configParms: {}, configParms: {},

@ -321,6 +321,7 @@ export default {
ybbm: null, ybbm: null,
tyshxydm: null, tyshxydm: null,
qxlb: null, qxlb: null,
cplx:null,
cpms: null, cpms: null,
thirdSys: null, thirdSys: null,
cpdls: null cpdls: null

@ -673,8 +673,8 @@ export default {
this.originCode = this.formData.code; this.originCode = this.formData.code;
} else if (response.code == 501) { } else if (response.code == 501) {
this.checkSuccess = false; this.checkSuccess = false;
this.formData.code = response.data; // this.formData.code = response.data;
this.originCode = this.formData.code; // this.originCode = this.formData.code;
this.$message.error(response.message); this.$message.error(response.message);
} else if (response.code == 503) { } else if (response.code == 503) {
this.checkSuccess = false; this.checkSuccess = false;

@ -529,8 +529,8 @@ export default {
this.originCode = this.formData.code; this.originCode = this.formData.code;
} else if (response.code == 501) { } else if (response.code == 501) {
this.checkSuccess = false; this.checkSuccess = false;
this.formData.code = response.data; // this.formData.code = response.data;
this.originCode = this.formData.code; // this.originCode = this.formData.code;
this.$message.error(response.message); this.$message.error(response.message);
} else if (response.code == 503) { } else if (response.code == 503) {
this.checkSuccess = false; this.checkSuccess = false;

Loading…
Cancel
Save