Bläddra i källkod

公装主管任务

zhujindu 7 månader sedan
förälder
incheckning
68997e2f29
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/views/week/VisitSummaryAdd.vue

+ 2 - 2
src/views/week/VisitSummaryAdd.vue

@@ -558,9 +558,9 @@ export default {
     },
     getDeptInfo(type, grade, answerValue) {
       this.deptForm.type = type;
-      if (grade == '1') {
+      if (grade == 'dq') {
         this.deptForm.parentId = this.companyCode;
-      } else if (grade == '2') {
+      } else if (grade == 'xsb') {
         this.deptForm.parentId = this.regionCode;
       } else {
         this.deptForm.type = '';