@ -457,6 +457,13 @@
fangshiAPI.getFollowupInfo({ followupId: this.followupId || '1888107' }).then(function (res) {
if (res.status == 200) {
vm.sfStatus = res.data.status
var btn=document.getElementById('isfinish')
if (vm.sfStatus != 1) {
btn.innerText='完成随访'
} else {
btn.innerText='已完成'
}
top.toastr.error(res.msg);