|
@ -56,6 +56,7 @@ top.handleVue=new Vue({
|
|
|
warnMsg: "",
|
|
|
signdictList: null,
|
|
|
teamList: null,
|
|
|
hisTeamName: null, // 历史团队
|
|
|
memberList: null, // 团队成员列表
|
|
|
doctorList: null, // 全科医生列表
|
|
|
dictList: null,
|
|
@ -164,7 +165,7 @@ top.handleVue=new Vue({
|
|
|
signAPI.getTeamNameByTeamCode(params).then(function(res) {
|
|
|
layer.close(loadding)
|
|
|
if(res.status == 200) {
|
|
|
vm.patientInfo.jtSign.teamName = res.data
|
|
|
vm.hisTeamName = res.data
|
|
|
} else {
|
|
|
showErrorMessage(res.msg);
|
|
|
}
|