From 8116c45f50e80312033f8de630c94e6d58083ee4 Mon Sep 17 00:00:00 2001
From: 周文萱 <1175765986@qq.com>
Date: 星期一, 21 七月 2025 09:19:26 +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