Browse Source

Merge branch 'master' of http://192.168.1.222:3000/miaofuhao/kaifengHospital

weieryang 1 year ago
parent
commit
0a247a1d0d

+ 1 - 1
CMS1.0/src/views/main/followUp/addFollowUpPlan/addFollowUpPlan.vue

@@ -500,7 +500,7 @@ function getPlanDetail(planId) {
500 500
   getPageDetail("/SfPlan/sfPlan/"+planId).then((res)=>{
501 501
     if (res.data) {
502 502
       planDetailObj.value = res.data
503
-      if (planDetailObj.value.state !== 1) {
503
+      if (planDetailObj.value.state === 2) {
504 504
         isdetilBtn.value = false
505 505
       } else{
506 506
         isdetilBtn.value = true