From 90871991488f00182721b764a98492b0ea08d65e Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期一, 28 十一月 2022 17:27:58 +0800
Subject: [PATCH] 左边树形菜单结构调整

---
 src/views/operate/images/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/operate/images/index.vue b/src/views/operate/images/index.vue
index 75f17e9..b6ef844 100644
--- a/src/views/operate/images/index.vue
+++ b/src/views/operate/images/index.vue
@@ -40,7 +40,7 @@
                     @selection-change="tableChange">
                     <el-table-column type="selection" min-width="5">
                     </el-table-column>
-                    <el-table-column prop="baseId" label="鎵�灞炰簨浠剁紪鍙�" min-width="18">
+                    <el-table-column prop="code" label="鎵�灞炰簨浠剁紪鍙�" min-width="18">
                     </el-table-column>
                     <el-table-column prop="category" label="闂绫诲埆" min-width="8">
                       <template v-if="scope.row.category" slot-scope="scope">
@@ -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