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() },