mo 2 years ago
parent
commit
cc227fccb5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/visitManager/addVisit.vue

+ 1 - 1
src/views/visitManager/addVisit.vue

@@ -305,7 +305,7 @@ export default {
         this.$toast("请选择回访时间");
         return;
       } else if (!form.feedbackType && form.type == "小课回访") {
-        this.$toast("请选择家长反馈");
+        this.$toast("请选择学员状态");
         return;
       } else if (!form.feedbackTypeDesc && form.purpose == "考勤申诉") {
         this.$toast("请选择家长反馈");