From 1380815fb3c0f35332070aa6589610846370bfdf Mon Sep 17 00:00:00 2001 From: xielue Date: Sun, 17 Sep 2023 22:04:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=83=E4=BA=A7=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Middle/Mold/MoldProductionOrder/ComponentDetail.vue | 2 ++ 1 file changed, 2 insertions(+) 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))