This commit is contained in:
宋伟佳
2021-09-08 17:47:42 +08:00
parent 7f76a8314a
commit 17d53c2877
2 changed files with 2 additions and 2 deletions
@@ -325,7 +325,7 @@ export default {
watch: {
filterText(val) {
this.$refs.tree.filter(val);
}
},
},
mounted () {
// 获取组织结构树
@@ -16,7 +16,7 @@
<p class="transition-box-p" v-if="sarAccessEO.sortKey === '1'">
<label class="transition-box-label">国家/地区</label>
<span class="transition-box-span">
{{ sarAccessEO.countryArea }}
{{ sarAccessEO.countryAreaShow }}
</span>
</p>
<p v-else></p>