瀏覽代碼

排程设置权限

wyh 2 月之前
父節點
當前提交
53d81b3d02
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      src/views/module_interLock/baseScheduleSet/BaseScheduleSetList.vue

+ 7 - 0
src/views/module_interLock/baseScheduleSet/BaseScheduleSetList.vue

@@ -121,6 +121,7 @@
   import { getAction } from '@/api/manage'
   import { JeecgListMixin } from '@/mixins/JeecgListMixin'
   import JEllipsis from "@/components/jeecg/JEllipsis";
+  import { colAuthFilter } from "@/utils/authFilter"
 
   export default {
     name: "BaseScheduleSetList",
@@ -204,6 +205,12 @@
         },
       }
     },
+    created() {
+      this.disableMixinCreated=true;
+      this.columns = colAuthFilter(this.columns,'scheduleSet:');
+      this.loadData();
+      this.initDictConfig();
+    },
     computed: {
       importExcelUrl: function () {
         return `${window._CONFIG['domianURL']}/${this.url.importExcelUrl}`;