From ad635d411c038ac5f10604851050eb810c15659e Mon Sep 17 00:00:00 2001 From: fangyuan <527392886@qq.com> Date: 星期一, 28 十一月 2022 16:35:38 +0800 Subject: [PATCH] 案卷查询数据渲染 --- src/views/operate/images/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/operate/images/index.vue b/src/views/operate/images/index.vue index 8dd2d14..b6ef844 100644 --- a/src/views/operate/images/index.vue +++ b/src/views/operate/images/index.vue @@ -261,7 +261,7 @@ dateParams.startTime = dateParams[0]; dateParams.endTime = dateParams[1] } - imageManagement.getImageResources({ current: this.currentPage, size: this.pageSize, type: this.type, ...dateParams }) + imageManagement.getImageResources({ current: this.currentPage, size: this.pageSize, type: this.size, ...dateParams }) .then(({ records, total }) => { this.tableData = records; this.totalNum = total; -- Gitblit v1.8.0