diff --git a/src/pages/Middle/Mold/MoldProductionOrder/ComponentDetail.vue b/src/pages/Middle/Mold/MoldProductionOrder/ComponentDetail.vue index 014abbd..585b430 100644 --- a/src/pages/Middle/Mold/MoldProductionOrder/ComponentDetail.vue +++ b/src/pages/Middle/Mold/MoldProductionOrder/ComponentDetail.vue @@ -490,6 +490,7 @@ export default { pageAdd(row) { const $table = this.$refs.xTable const record = { + } if (row) { this.detailsData = JSON.parse(JSON.stringify(this.detailsData)) @@ -516,6 +517,7 @@ export default { pageAdd2(row) { const $table = this.$refs.xTable2 const record = { + component_id:this.detailsData[0].component_id } if (row) { this.detailsData2 = JSON.parse(JSON.stringify(this.detailsData2))