daiqisheng преди 3 години
родител
ревизия
1550c9430b
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      src/pages/main/performance/department.vue

+ 2 - 1
src/pages/main/performance/department.vue

@@ -818,9 +818,10 @@ export default {
           reqdata.operateName = "退回";
           if (this.duty === "2") {
             reqdata.reviewType = 1;
-          } else if (this.duty === "3") {
+          } else if (this.duty === "1") {
             reqdata.reviewType = 2;
           }
+          console.log(reqdata,'reqdata')
           request = 1;
           break;
         case "agree":