diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_bom.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_bom.vue index 4f185b6..16b1fbf 100644 --- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_bom.vue +++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_bom.vue @@ -286,7 +286,10 @@ - + + 查询 @@ -720,7 +723,7 @@ }, async searchTable (type) { - await getOADetailForBM(this.searchData).then(({data}) => { + await getOADetailForBM(this.searchData).then(({data}) => { this.spForm.nodeName = data.row.nodeName this.spForm.sp = data.row.sp == null ? '' : data.row.sp }) @@ -954,7 +957,10 @@ }, }, watch: { - }, + 'bomData.urlFile'(newVal) { + this.$forceUpdate(); // 强制更新视图 + } + } }