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

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

@@ -496,8 +496,8 @@ export default {
         form.purpose = null;
         form.feedbackTypeDescName = null;
         form.feedbackTypeDesc = null;
-        form.probStatus = null;
-        form.probStatusName = null;
+        // form.probStatus = 0;
+        // form.probStatusName = null;
         form.feedbackTypeDescName = null;
         form.feedbackTypeDesc = null;
       } else if (visit.type == "purpose") {