diff --git a/ruoyi-ui/src/views/szxc/activily/index.vue b/ruoyi-ui/src/views/szxc/activily/index.vue index 0ce4dfe..f8356fd 100644 --- a/ruoyi-ui/src/views/szxc/activily/index.vue +++ b/ruoyi-ui/src/views/szxc/activily/index.vue @@ -97,7 +97,7 @@ - + @@ -238,7 +238,7 @@ export default { // 组织树选项 deptOptions: undefined, // 公益活动表格数据 - activilyList: [], + list: [], // 弹出层标题 title: "", // 是否显示弹出层 @@ -308,7 +308,7 @@ export default { getList() { this.loading = true; listActivily(this.queryParams).then(response => { - this.activilyList = response.rows; + this.list = response.rows; this.total = response.total; this.loading = false; }); diff --git a/ruoyi-ui/src/views/szxc/yscentre/index.vue b/ruoyi-ui/src/views/szxc/yscentre/index.vue index 72e313d..cf8313b 100644 --- a/ruoyi-ui/src/views/szxc/yscentre/index.vue +++ b/ruoyi-ui/src/views/szxc/yscentre/index.vue @@ -1,6 +1,10 @@