| | |
| | | <!-- 左侧菜单--> |
| | | <el-aside> |
| | | <basic-container> |
| | | <div style="height: calc(100vh - 144px);!important;"> |
| | | <div style="height: calc(100vh - 144px);!important;" @click="clearNode"> |
| | | <div class="headerCon" style="display: flex; flex-wrap: wrap;margin-bottom: 5px"> |
| | | <el-button v-if="permissionList.TreeAddStatus" plain size="small" type="primary" @click="TreeAdd">添加 |
| | | </el-button> |
| | |
| | | </el-tooltip> |
| | | </template> |
| | | </avue-tree> |
| | | <div style="height: 25px"></div> |
| | | </div> |
| | | |
| | | </div> |
| | |
| | | created() { |
| | | }, |
| | | methods: { |
| | | clearNode(){ |
| | | this.$refs.tree.setCurrentKey(null); |
| | | this.nodeClickList = {}; |
| | | this.TreeFlagCode = true; |
| | | this.allButtons = false; |
| | | }, |
| | | // 分类授权对话框打开 |
| | | classifyAuthHandler() { |
| | | if (this.nodeClickList.oid === '' || this.nodeClickList.oid === undefined) { |