切换分支备份

featFunction
anthonywj 3 years ago
parent 4f627ff310
commit 0c377f3dbe

@ -1,5 +1,5 @@
{
"BASE_URL": "http://127.0.0.1:9906",
"SERVER_IP": "http://127.0.0.1:9906",
"BASE_URL": "http://192.168.0.66:8500/SPMS_SERVER",
"SERVER_IP": "http://192.168.0.66:8500/SPMS_SERVER",
"hosp_name": "诏安县总医院(测试)"
}

@ -1366,7 +1366,7 @@ export default {
getJoinBussinessType(this.bussinessTypeQuery).then((res) => {
this.selectBussinessTypeList = [];
this.bussinessTypeList = res.data.list;
this.bussinessTypeTotal = res.data.total;
var that = this;
that.$nextTick(() => {
if (that.$refs.typeList) {

Loading…
Cancel
Save