diff --git a/src/views/sylive/activity/index.vue b/src/views/sylive/activity/index.vue index 2b3aea0..ac38f42 100644 --- a/src/views/sylive/activity/index.vue +++ b/src/views/sylive/activity/index.vue @@ -223,7 +223,7 @@ }; }, created() { - this.organizationQuery(); + //this.organizationQuery(); }, methods: { /* 查询机构 */ @@ -245,6 +245,9 @@ }, /* 表格数据源 */ datasource({ page, limit, where, order }) { + if (page == 1) { + this.organizationQuery(); + } return pageActivity({ ...where, ...order, page, limit }); }, /* 刷新表格 */ diff --git a/src/views/sylive/organization/components/org-edit.vue b/src/views/sylive/organization/components/org-edit.vue index 0b18ac5..b3e5824 100644 --- a/src/views/sylive/organization/components/org-edit.vue +++ b/src/views/sylive/organization/components/org-edit.vue @@ -34,6 +34,13 @@ placeholder="请输入机构全称" /> + + + @@ -73,13 +80,14 @@