zhouwx
2025-12-02 be8d7e4f0aea2b49ac7a9963df6482864abe3502
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 === '新增'){