This commit is contained in:
yanran200730
2022-08-19 10:02:08 +08:00
parent 301969a84a
commit 258972d117
2 changed files with 2 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
</div>
<div class="rightes fill">
<div class="applicationNames fill">{{ item.girdName }}</div>
<u-icon v-if="item.hasChildren" @click="itemClick(item)" name="arrow-right" color="#ddd"/>
</div>
</div>
</div>

View File

@@ -116,6 +116,7 @@ export default {
this.userList = []
if (!index) { //第一级别
this.slectList = []
uni.setStorageSync("lastSelectedGrid", '')
this.treeInit()
} else {
var list = []