From 3a35a24029969e7725336f1da790470210c6aba3 Mon Sep 17 00:00:00 2001
From: 13404089107 <puwei@sinata.cn>
Date: 星期四, 26 六月 2025 19:54:16 +0800
Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/leshan-laboratory

---
 laboratory/src/components/DynamicComponent/addTableData.vue |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/laboratory/src/components/DynamicComponent/addTableData.vue b/laboratory/src/components/DynamicComponent/addTableData.vue
index 1a30653..804db57 100644
--- a/laboratory/src/components/DynamicComponent/addTableData.vue
+++ b/laboratory/src/components/DynamicComponent/addTableData.vue
@@ -1,6 +1,6 @@
 <template>
   <el-dialog
-    title="添加表数据"
+    :title="isEdit? '编辑表数据' : '添加表数据'"
     :visible.sync="dialogVisible"
     width="60%"
     :close-on-click-modal="false"
@@ -383,7 +383,6 @@
             });
           }
           
-          console.log(submitData,'修改的数据')
           this.$emit("success", submitData);
           this.handleClose();
         } else {
@@ -399,7 +398,6 @@
       }
     },
     handleImageSuccess(res, file, fileList) {
-      console.log('res, file, fileList',res, file, fileList)
       const url = res.msg;
       file.url = getFullUrl(url);
       const imageHeader = this.headerList.find(h => h.type === 'image');

--
Gitblit v1.7.1