Source/UBCS-WEB/src/components/Theme/ThemeAttrCrud.vue
@@ -1555,6 +1555,7 @@ }, computed: { ...mapGetters(["permission"]), //页面按钮权限 permissionList() { return { busineStatus: this.vaildData(this.permission.classifyTree.attr_add, false), @@ -1799,7 +1800,6 @@ this.attrSelectList = [row]; this.$refs.referAttrCrud.setCurrentRow(row); this.$refs.referAttrCrud.toggleRowSelection(row); //选中当前行 this.attrOid = row.oid; this.attrRow = row; },