选择人框查询条件
This commit is contained in:
@@ -149,7 +149,8 @@
|
|||||||
},
|
},
|
||||||
getChildren (node, resolve) {
|
getChildren (node, resolve) {
|
||||||
this.$http.get('SarInstitution/institution/getNext', {
|
this.$http.get('SarInstitution/institution/getNext', {
|
||||||
institutionId: node.key
|
institutionId: node.key,
|
||||||
|
userName: this.filterText
|
||||||
}, {}, res => {
|
}, {}, res => {
|
||||||
resolve(res)
|
resolve(res)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user