From c8fb9ef1c3a4a5c4953fb138be630e6f627800a6 Mon Sep 17 00:00:00 2001 From: ruanqi Date: Sat, 16 Mar 2024 15:12:38 +0800 Subject: [PATCH] plm BM --- .../technicalSpecificationDetail/com_bm_demoSlot.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue index 0ee90db..2925430 100644 --- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue +++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue @@ -131,7 +131,8 @@ this.tableData = data.rows; }); searchBMPropertiesHeaderForBM(this.searchData).then(({data}) => { - this.searchData.propertiesCodeNo = data.row.propertiesCodeNo; + // this.searchData.propertiesCodeNo = data.row.propertiesCodeNo; + this.$set(this.searchData, 'propertiesCodeNo', data.row.propertiesCodeNo); }); }, refreshBMPageModal(){