commit
This commit is contained in:
@@ -325,7 +325,7 @@ export default {
|
|||||||
watch: {
|
watch: {
|
||||||
filterText(val) {
|
filterText(val) {
|
||||||
this.$refs.tree.filter(val);
|
this.$refs.tree.filter(val);
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
mounted () {
|
mounted () {
|
||||||
// 获取组织结构树
|
// 获取组织结构树
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
<p class="transition-box-p" v-if="sarAccessEO.sortKey === '1'">
|
<p class="transition-box-p" v-if="sarAccessEO.sortKey === '1'">
|
||||||
<label class="transition-box-label">国家/地区:</label>
|
<label class="transition-box-label">国家/地区:</label>
|
||||||
<span class="transition-box-span">
|
<span class="transition-box-span">
|
||||||
{{ sarAccessEO.countryArea }}
|
{{ sarAccessEO.countryAreaShow }}
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
<p v-else></p>
|
<p v-else></p>
|
||||||
|
|||||||
Reference in New Issue
Block a user