lex-xin hace 4 años
padre
commit
9ab1e7656e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/main/reminders/index.vue

+ 1 - 1
src/views/main/reminders/index.vue

@@ -64,7 +64,7 @@ export default {
     permission,
     handle(item) {
       // 添加判断权限
-      if(errorType[item[0]?.errorType] && !this.permission(errorType[item[0]?.errorType]?.permission)) {
+      if(errorType[item.errorType] && !this.permission(errorType[item.errorType]?.permission)) {
         return
       }
       new Searchs().removeByKey('/teamList')