Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
yanyizhou
2021-11-08 15:09:57 +08:00
+2 -1
View File
@@ -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)
}) })