@@ -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>