feat(top-member-select): 安置架构-默认选中第一个顶点会员进行查询

This commit is contained in:
woody 2025-05-14 09:19:10 +08:00
parent 769835bb7e
commit c9cc85ba55
1 changed files with 3 additions and 1 deletions

View File

@ -40,7 +40,9 @@ export default {
},
getList() {
api.topVertexList().then((res) => {
this.verList = res.rows
this.verList = res.rows || []
this.pkVertex = this.verList[0]?.memberCode || ''
this.pkVertex && this.handleChange()
})
},
reset() {