feat(top-member-select): 安置架构-默认选中第一个顶点会员进行查询
This commit is contained in:
parent
769835bb7e
commit
c9cc85ba55
|
@ -40,7 +40,9 @@ export default {
|
||||||
},
|
},
|
||||||
getList() {
|
getList() {
|
||||||
api.topVertexList().then((res) => {
|
api.topVertexList().then((res) => {
|
||||||
this.verList = res.rows
|
this.verList = res.rows || []
|
||||||
|
this.pkVertex = this.verList[0]?.memberCode || ''
|
||||||
|
this.pkVertex && this.handleChange()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
reset() {
|
reset() {
|
||||||
|
|
Loading…
Reference in New Issue