Merge remote-tracking branch 'origin/v1.4' into v1.4

This commit is contained in:
Captain.B 2020-10-23 18:01:11 +08:00
commit aed4f98b72
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@
initTableData() { initTableData() {
let param = { let param = {
name: this.condition.name, name: this.condition.name,
organizationId: this.currentUser().lastOrganionIdzati organizationId: this.currentUser().lastOrganizationId
}; };
this.result = this.$post(this.buildPagePath(this.queryPath), param, response => { this.result = this.$post(this.buildPagePath(this.queryPath), param, response => {
let data = response.data; let data = response.data;