bug修复

featFunction
anthonywj 3 years ago
parent 36ad35a057
commit 386287656f

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

@ -3,25 +3,25 @@
"BASE_URL": "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",
"SERVER_IP": "http://192.168.0.66:8500/SPMS_SERVER",
"hosp_name": "诏安县总医院(测试)"
"BASE_URL": "http://192.168.0.66:8501/SPMS_SERVER",
"SERVER_IP": "http://192.168.0.66:8501/SPMS_SERVER",
"hosp_name": "福建省XX市医院"
"BASE_URL": "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",
"SERVER_IP": "http://127.0.0.1:9906",
"hosp_name": "诏安县总医院(测试)"
"hosp_name": "福建省XX市医院"
{

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

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

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

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

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

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

Loading…
Cancel
Save