选择人框查询条件

This commit is contained in:
shenyanpei
2021-11-08 14:48:06 +08:00
parent 50dfbb3de0
commit c8bfc7c051
+2 -1
View File
@@ -149,7 +149,8 @@
},
getChildren (node, resolve) {
this.$http.get('SarInstitution/institution/getNext', {
institutionId: node.key
institutionId: node.key,
userName: this.filterText
}, {}, res => {
resolve(res)
})