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

This commit is contained in:
zhutianqi
2021-11-08 18:02:13 +08:00
11 changed files with 1089 additions and 193 deletions
+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)
})