From de53c7d2b775862c61c8c85e0b0dc1e7dece2506 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期四, 16 十月 2025 15:22:25 +0800
Subject: [PATCH] 修改
---
src/views/work/onlineEducation/classHourBatch/components/batchDialog.vue | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/views/work/onlineEducation/classHourBatch/components/batchDialog.vue b/src/views/work/onlineEducation/classHourBatch/components/batchDialog.vue
index ac2a8ee..2d5cb3a 100644
--- a/src/views/work/onlineEducation/classHourBatch/components/batchDialog.vue
+++ b/src/views/work/onlineEducation/classHourBatch/components/batchDialog.vue
@@ -208,13 +208,13 @@
}
const onSubmit = async () => {
- if(state.isAdmin){
- ElMessage({
- type: 'warning',
- message: '管理员暂无权限'
- });
- return;
- }
+ // if(state.isAdmin){
+ // ElMessage({
+ // type: 'warning',
+ // message: '管理员暂无权限'
+ // });
+ // return;
+ // }
const valid = await busRef.value.validate();
if(valid){
if(title.value === '新增'){
--
Gitblit v1.9.2