Merge remote-tracking branch 'origin/v1.4' into v1.4
This commit is contained in:
commit
aed4f98b72
|
@ -156,7 +156,7 @@
|
|||
initTableData() {
|
||||
let param = {
|
||||
name: this.condition.name,
|
||||
organizationId: this.currentUser().lastOrganionIdzati
|
||||
organizationId: this.currentUser().lastOrganizationId
|
||||
};
|
||||
this.result = this.$post(this.buildPagePath(this.queryPath), param, response => {
|
||||
let data = response.data;
|
||||
|
|
Loading…
Reference in New Issue