换版本

This commit is contained in:
shijingjing
2022-09-08 13:06:54 +08:00
parent f9584df365
commit 68de89f13d
13 changed files with 220 additions and 218 deletions

View File

@@ -10,7 +10,7 @@
<div class="applicationNames">{{ e.userName }}</div>
</div>
</div>
<AiEmpty description="暂无数据" v-if="!userList"/>
<AiEmpty description="暂无数据" v-if="!userList.length"/>
</div>
<div class="subBtn" @click="submit">
<div>确定选择</div>
@@ -43,7 +43,7 @@ export default {
},
methods: {
isSelected(userId) {
return this.selected.userId === userId
return this.selected.userId===userId
},
getCreateUserList() {
this.userList = []