| | |
| | | export default { |
| | | nodeKey: 'oid', |
| | | // nodeKey: 'oid', |
| | | border: true, |
| | | lazy: false, |
| | | defaultExpandAll: true, |
| | | defaultExpandAll: false, |
| | | treeLoad: function (node, resolve) { |
| | | // const parentId = (node.level === 0) ? 0 : node.data.id; |
| | | |
| | |
| | | style="height: 60vh; margin-bottom: -40px" |
| | | > |
| | | <basic-container> |
| | | <div class="abox"> |
| | | <div class="abox" v-for="item in classifyValueTreeData"> |
| | | <avue-tree |
| | | :node-key="item.oid" |
| | | :data="classifyValueTreeData" |
| | | :option="classisyValueTreeOption" |
| | | style="height: calc(60vh - 100px);" |
| | |
| | | export default { |
| | | data() { |
| | | return { |
| | | nodeKey:'', |
| | | ruleForm: {}, |
| | | query: {}, |
| | | loading: true, |
| | |
| | | "conditionMap[codeclassifysecoid]": row.oid, |
| | | }; |
| | | treeCodeClassifyValue(condtionData).then((res) => { |
| | | // console.log('res',res) |
| | | this.classifyValueTreeData = res.data; |
| | | //console.log(res.data); |
| | | }); |