| | |
| | | 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, |
| | |
| | | name: "", |
| | | description: "", |
| | | }, |
| | | |
| | | |
| | | /*从其他规则克隆码段*/ |
| | | cloneOtherCodeRuleSettingBox: false, |
| | | cloneBasicOption: cloneBasicOption, |
| | |
| | | "conditionMap[codeclassifysecoid]": row.oid, |
| | | }; |
| | | treeCodeClassifyValue(condtionData).then((res) => { |
| | | // console.log('res',res) |
| | | this.classifyValueTreeData = res.data; |
| | | //console.log(res.data); |
| | | }); |
| | |
| | | this.updateStatus(oid, update); |
| | | } |
| | | }, |
| | | |
| | | |
| | | /** 打开编码规则克隆对话框*/ |
| | | openCodeRuleDialog() { |
| | | if (!this.tipsMessage(this.selectionList)) { |