Explorar el Código

设备管理 Mixin文件 将权限列表已删除数据筛除

DESKTOP-O04BTUJ\muzen hace 3 años
padre
commit
25867a3904
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      src/views/device/mixin/index.js

+ 3 - 1
src/views/device/mixin/index.js

@@ -57,7 +57,9 @@ const functions = {
   },
   created() {
     // 权限列表
-    functionList().then((res) => {
+    functionList({
+      isDelete: 0
+    }).then((res) => {
       if (res.code === 0) {
         this.functionOptions = res.data;
       }