From 561224d0c6ea8767766a8114ce15c98e31b6a0d9 Mon Sep 17 00:00:00 2001
From: lzhe <181968431@qq.com>
Date: 星期二, 08 七月 2025 23:54:10 +0800
Subject: [PATCH] 1

---
 src/views/flow/components/TodolistLeft.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/flow/components/TodolistLeft.vue b/src/views/flow/components/TodolistLeft.vue
index 3c58832..66fb71b 100644
--- a/src/views/flow/components/TodolistLeft.vue
+++ b/src/views/flow/components/TodolistLeft.vue
@@ -1,7 +1,7 @@
 <!--
  * @Date: 2025-07-01 20:45:15
  * @LastEditors: gaoshp
- * @LastEditTime: 2025-07-07 19:51:14
+ * @LastEditTime: 2025-07-08 20:03:15
  * @FilePath: /mdmweb/src/views/flow/components/TodolistLeft.vue
 -->
 <template>
@@ -100,7 +100,7 @@
                 this.$message.error('鑾峰彇宸查�夌▼搴忓け璐�');
                 return;
             } else {
-                this.appData = res.data
+                this.tableData = res.data.data || [];
             }
             this.$emit('selection-change',this.tableData)
         })
@@ -163,7 +163,7 @@
 }
 .app-content {
     background-color: #fffee1;
-    padding: 10px;
+    padding: 10px 30px;
     min-height: 100px;
     overflow: auto;
     max-height: 400px;

--
Gitblit v1.9.3