From 2e2ec72bdefad3ff51c786721f11b0d8b82d8b1b Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期二, 20 八月 2024 15:04:07 +0800 Subject: [PATCH] 打印模板更新 --- src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_VAR.ts | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_VAR.ts b/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_VAR.ts index 7c6f308..b669e72 100644 --- a/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_VAR.ts +++ b/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_VAR.ts @@ -4,7 +4,7 @@ * @version: * @Date: 2024-06-19 20:34:27 * @LastEditors: Ben Lin - * @LastEditTime: 2024-08-06 22:41:33 + * @LastEditTime: 2024-08-20 14:59:13 */ import { Tag, Tooltip } from 'ant-design-vue'; @@ -26,8 +26,6 @@ BasLabelTempInput, } from '/@/api/tigerapi/model/mesModel'; import { useUserStore } from '/@/store/modules/user'; -import { uploadApi } from '/@/api/sys/upload'; -import { useWebSocketStore } from '/@/store/modules/websocket'; const { getLocale } = useLocale(); -- Gitblit v1.9.3