소스 검색

修复乐团选择bug

1
mo 4 년 전
부모
커밋
570e688d08
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/categroyManager/specialSetup/musicCourseFee.vue

+ 1 - 1
src/views/categroyManager/specialSetup/musicCourseFee.vue

@@ -178,7 +178,7 @@
                      v-model="resetForm.organId"
                      clearable
                      disabled>
-            <el-option v-for="(item, index) in search.branchs"
+            <el-option v-for="(item, index) in selects.branchs"
                        :label="item.name"
                        :value="item.id"
                        :key="index"></el-option>