11wqe1 há 3 dias atrás
pai
commit
0758a02b65

+ 1 - 1
src/components/pages/studentManageNew/component/table.vue

@@ -634,7 +634,7 @@ export default {
 // 年级方法区域
     // 打开删除班级弹框
     deleteCla(cid,val,uid) {
-      if (val == 0 && uid != this.userid) return this.$message.error('仅限创者删除')
+      if (val == 0 && uid != this.userid) return this.$message.error('仅限创者删除')
 
       this.delClaidtype = val;
       this.delClaid = cid