Browse Source

修复乐团选择bug

1
mo 4 năm trước cách đây
mục cha
commit
570e688d08

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

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