diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_bom.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_bom.vue index 03a6177..f1f3c4c 100644 --- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_bom.vue +++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_bom.vue @@ -26,12 +26,12 @@ - URL文件号/UL Product Model + UL文件号/UL Product Model - + 刷新 @@ -274,10 +274,10 @@ - + - + 查询 @@ -905,7 +905,7 @@ queryUrlFileList(this.searchData).then(({data}) => { if (data && data.code === 0) { this.urlFileList = data.page.list - this.pageIndex = data.page.currPage + this.pageIndex = 1 this.pageSize = data.page.pageSize this.totalPage = data.page.totalCount } else {