fix(resettle): 修复子点位切换树图不更新的问题
This commit is contained in:
parent
ec31b46648
commit
9bac5ced7b
|
@ -474,10 +474,11 @@ export default {
|
|||
this.statusListVisible = false
|
||||
},
|
||||
childNodePickerHandleConfirm(e) {
|
||||
this.queryParams.memberCode = e.value[0].childNode
|
||||
this.queryParams.childNode = e.value[0].childNode
|
||||
this.selectedChildNodeName = e.value[0].childNode
|
||||
this.childNodeListVisible = false
|
||||
// 选择子点位后自动获取数据
|
||||
|
||||
this.getDataList()
|
||||
},
|
||||
getChildList() {
|
||||
|
|
Loading…
Reference in New Issue