From d07c101e65a63312bc63d0f456b626b4becccae4 Mon Sep 17 00:00:00 2001 From: wanglei Date: Sun, 7 Apr 2024 11:01:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=AE=E4=BA=8B=E4=B8=AD=E5=BF=83=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/szxc/activily/index.vue | 6 +- ruoyi-ui/src/views/szxc/yscentre/index.vue | 170 ++++++++++++--------- 2 files changed, 103 insertions(+), 73 deletions(-) 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 @@