Source/UBCS-WEB/src/components/code-dialog-page/cloneOtherBasicSecDialog.vue
@@ -174,13 +174,13 @@ }, /** 保存从其他编码规则中克隆码段信息*/ 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);