From db67f31f92e4d92eea2a556712abd06c03f5033b Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期五, 26 一月 2024 13:52:27 +0800 Subject: [PATCH] 1、用户管理、角色管理、设备车间管理以及大屏车间管理页面的相关功能操作完成提示由message调整与mdc模块相同的notification 2、大屏车间管理页面新增授权标识字段 --- src/views/system/modules/QuartzJobListModal.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/system/modules/QuartzJobListModal.vue b/src/views/system/modules/QuartzJobListModal.vue index b9e07b4..3910b90 100644 --- a/src/views/system/modules/QuartzJobListModal.vue +++ b/src/views/system/modules/QuartzJobListModal.vue @@ -67,7 +67,7 @@ import JDictSelectTag from '@/components/dict/JDictSelectTag' import { deleteAction, - requestPut, + requestPut, getAction, downFile, postAction -- Gitblit v1.9.3