Browse Source

修复乐团选择bug

1
mo 4 years ago
parent
commit
570e688d08
1 changed files with 1 additions and 1 deletions
  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>