Browse Source

bug修改

wyq 4 years ago
parent
commit
677e53d322
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/icss/plan/AddPlan.vue

+ 2 - 2
src/components/icss/plan/AddPlan.vue

@@ -440,7 +440,7 @@ export default {
                   .find(items => {
                     return items.name == '开单合理性';
                   })
-                  .arr.push(item);
+                  .arr.unshift(item);
               }
             });
           this.planDefaultList = planDefaultList;
@@ -539,7 +539,7 @@ export default {
               .find(items => {
                 return items.name == '开单合理性';
               })
-              .arr.push(item);
+              .arr.unshift(item);
           }
         });
       this.planDefaultList = planDefaultList;