From 50f11921daf05d9847ab325e98387442ef7882b0 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期一, 05 八月 2024 16:13:38 +0800
Subject: [PATCH] 一些更改

---
 src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_TEMP.ts |    2 +-
 src/views/tigerprojects/system/lowcode/normal/mainTable.vue       |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_TEMP.ts b/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_TEMP.ts
index 2bf2f66..703ef20 100644
--- a/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_TEMP.ts
+++ b/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_TEMP.ts
@@ -4,7 +4,7 @@
  * @version:
  * @Date: 2024-06-19 20:34:27
  * @LastEditors: Ben Lin
- * @LastEditTime: 2024-08-04 14:20:29
+ * @LastEditTime: 2024-08-05 15:44:22
  */
 
 import { DeleteLabelTemplate } from '/@/api/tigerapi/mes/label';
diff --git a/src/views/tigerprojects/system/lowcode/normal/mainTable.vue b/src/views/tigerprojects/system/lowcode/normal/mainTable.vue
index 1d23510..0828e5b 100644
--- a/src/views/tigerprojects/system/lowcode/normal/mainTable.vue
+++ b/src/views/tigerprojects/system/lowcode/normal/mainTable.vue
@@ -307,6 +307,7 @@
         formJson: _crudFormSchema.value,
         crudColSlots: objParams.value['crudColSlots'],
         isExistSql: isExistSql.value,
+        ifSave: true,
       });
     } else {
       const [{ CreateAction }] = custImport.value['default']();
@@ -329,6 +330,7 @@
             formJson: _crudFormSchema.value,
             crudColSlots: objParams.value['crudColSlots'],
             isExistSql: isExistSql.value,
+            ifSave: true,
           });
           break;
       }

--
Gitblit v1.9.3