Browse Source

bug解决

raolu 7 years ago
parent
commit
01a31349d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/buz/followup/followup-register.js

+ 1 - 1
js/buz/followup/followup-register.js

@ -126,7 +126,7 @@
                }
                followupAPI.startFollowup(params).then(function(res){
                    if(res.status == 200){
                        parent.clickOtherTab;
                        parent.clickOtherTab = true;
                        parent.goFollowupNextQuestionaire();
                    }else{
                        showErrorMsg(res.msg);