| | |
| | | <template> |
| | | <el-dialog |
| | | :close-on-click-modal="false" |
| | | :visible.sync="cloneOtherCodeRuleSettingBox" |
| | | append-to-body |
| | | class="avue-dialog avue-dialog--top" |
| | |
| | | }, |
| | | /** 保存从其他编码规则中克隆码段信息*/ |
| | | async saveOtherCodeBasic() { |
| | | this.cloneSaveLoding = true; |
| | | let oid = this.quiltCloneCodeRule.oid; |
| | | let fromDialogPkCodebasic = this.selectionOtherCloneCodeBasicList; |
| | | if (fromDialogPkCodebasic.length <= 0) { |
| | | this.$message.warning("请选择码段数据!"); |
| | | return; |
| | | } |
| | | this.cloneSaveLoding = true; |
| | | let oidArr = []; |
| | | fromDialogPkCodebasic.forEach((ele) => { |
| | | oidArr.push(ele.oid); |