田源
2023-10-12 3d462841427d2f1f94358b46870ddabde4945ca6
Source/UBCS-WEB/src/views/system/menu.vue
@@ -107,6 +107,7 @@
        option: {
          height: "auto",
          lazy: true,
          columnBtn:false,
          tip: false,
          simplePage: true,
          searchShow: true,
@@ -294,6 +295,7 @@
          cloneOption: {
            height: "auto",
            menu: false,
            header:false,
            addBtn: false,
            lazy: true,
            tip: false,
@@ -431,6 +433,7 @@
      },
    },
    computed: {
      // mapGetters: 辅助函数仅仅将store 中的 getter 映射到局部计算属性
      ...mapGetters(["userInfo", "permission"]),
      permissionList() {
        return {
@@ -439,6 +442,7 @@
          delBtn: this.vaildData(this.permission.menu_delete, false),
          editBtn: this.vaildData(this.permission.menu_edit, false)
        };
      },
      ids() {
        let ids = [];
@@ -449,7 +453,6 @@
      }
    },
    methods: {
      /** 从其他菜单克隆按钮 */
      cloneMenuButton(){
        if(this.selectionList.length != 1 || this.selectionList[0].category === 2){
@@ -587,6 +590,7 @@
            message: "操作成功!"
          });
          // 数据回调进行刷新
          this.onLoad()
          done(row);
        }, error => {
          window.console.log(error);