ludc
2023-05-09 1b8120cacac0037fcb1f8ae747c2f54eb735368b
Source/UBCS-WEB/src/views/code/code.vue
@@ -2005,7 +2005,7 @@
          this.$refs.crud.toggleSelection();
          this.selectionList = row;
          this.$refs.crud.setCurrentRow(row);
          //this.$refs.crud.toggleRowSelection(row); //选中当前行
          this.$refs.crud.toggleRowSelection(row); //选中当前行
          this.loadBasic(row);
        },
        // 启用与停用
@@ -2488,7 +2488,7 @@
    width: 495px;
  }
  .clone-avue-crud > .el-card> .el-card__body > .avue-crud__menu {
  .clone-avue-crud > .el-card > .el-card__body > .avue-crud__menu {
    display: none!important;
  }