From 211afb283f4b7693f338889b90768501103bd1c5 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Tue, 2 Sep 2025 10:51:10 +0800 Subject: [PATCH] =?UTF-8?q?2025-09-02=20=E4=BC=98=E5=8C=96BM=E5=B7=A5?= =?UTF-8?q?=E8=89=BA=E4=B8=AD=E6=9B=B4=E6=96=B0=E6=A8=A1=E6=9D=BF=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E4=B8=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../technicalSpecificationDetail/com_bm_demoSlot.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue index b3e1c19..cdc91e3 100644 --- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue +++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue @@ -252,9 +252,9 @@ }) tsdBasicInformationSearch(this.searchData).then(({data}) => { this.baseForm = data.row - if (this.searchData.type === 'packageInfo' || this.searchData.type === 'drawing' || this.searchData.type === 'fai' || this.searchData.type === 'qualityDocument') { + //if (this.searchData.type === 'packageInfo' || this.searchData.type === 'drawing' || this.searchData.type === 'fai' || this.searchData.type === 'qualityDocument' || this.searchData.fieldId === 'routing') { this.getNodeAuthority(data.row) - } + //} }) console.log(this.filteredTableData) this.$clearHighLight() @@ -281,9 +281,9 @@ }) tsdBasicInformationSearch(this.searchData).then(({data}) => { this.baseForm = data.row - if (this.searchData.type === 'packageInfo' || this.searchData.type === 'drawing' || this.searchData.type === 'fai' || this.searchData.type === 'qualityDocument') { + //if (this.searchData.type === 'packageInfo' || this.searchData.type === 'drawing' || this.searchData.type === 'fai' || this.searchData.type === 'qualityDocument' || this.searchData.type === 'routing') { this.getNodeAuthority(data.row) - } + //} }) this.$clearHighLight() },