|
@@ -15,6 +15,7 @@
|
|
|
:disabled="!isSuperAdmin"
|
|
|
@change="rootOrgChanged4Search"
|
|
|
class="input_width"
|
|
|
+ filterable
|
|
|
>
|
|
|
<el-option
|
|
|
v-for="item in rootOrgList"
|
|
@@ -171,6 +172,7 @@
|
|
|
placeholder="请选择"
|
|
|
:disabled="!isSuperAdmin"
|
|
|
@change="rootOrgChanged4InsertOrUpdate"
|
|
|
+ filterable
|
|
|
>
|
|
|
<el-option
|
|
|
v-for="item in rootOrgList"
|