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