mo 2 năm trước cách đây
mục cha
commit
6fb814c696
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      src/views/visitManager/addVisit.vue

+ 0 - 3
src/views/visitManager/addVisit.vue

@@ -297,9 +297,6 @@ export default {
       }  else if (!form.visitTime) {
         this.$toast("请选择回访时间");
         return;
-      } else if (!form.feedbackTypeDesc && form.type == "小课回访") {
-        this.$toast("请选择反馈详情");
-        return;
       } else if (!form.feedbackType && form.type == "小课回访") {
         this.$toast("请选择家长反馈");
         return;