From e2bc12d1867a5aae638c6be7e501e5c044543634 Mon Sep 17 00:00:00 2001
From: LiuHao <liuhaoai545@gmail>
Date: 星期一, 17 四月 2023 22:23:18 +0800
Subject: [PATCH] update 修改 el-card shadow='hover'

---
 src/views/tool/gen/editTable.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/tool/gen/editTable.vue b/src/views/tool/gen/editTable.vue
index 0d7e490..eb11b88 100644
--- a/src/views/tool/gen/editTable.vue
+++ b/src/views/tool/gen/editTable.vue
@@ -150,7 +150,6 @@
                 treeParentCode: info.value.treeParentCode,
                 parentMenuId: info.value.parentMenuId
             };
-            console.log(genTable)
             const response = await updateGenTable(genTable);
             proxy?.$modal.msgSuccess(response.msg);
             if (response.code === 200) {
@@ -177,7 +176,8 @@
     const tableId = route.params && route.params.tableId as string;
     if (tableId) {
         // 鑾峰彇琛ㄨ缁嗕俊鎭�
-        const res = await getGenTable(tableId);
+      const res = await getGenTable(tableId);
+        res.data.info.parentMenuId = Number(res.data.info.parentMenuId);
         columns.value = res.data.rows;
         info.value = res.data.info;
         tables.value = res.data.tables;

--
Gitblit v1.9.3