Explorar el Código

Merge branch 'ol_12_30' into online

lex-xin hace 4 años
padre
commit
9084d0833c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/sporadicManager/sporadicList.vue

+ 1 - 1
src/views/sporadicManager/sporadicList.vue

@@ -294,7 +294,7 @@
             filterable
           >
             <el-option
-              v-for="(item, index) in organList"
+              v-for="(item, index) in selects.branchs"
               :key="index"
               :value="item.id"
               :label="item.name"