From 98f625111e6b2d1975629a99f7724a36a79f7269 Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Wed, 21 May 2025 14:17:15 +0800 Subject: [PATCH] 2025-05-21 --- .../modules/sampleManagement/technicalSpecificationList.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/views/modules/sampleManagement/technicalSpecificationList.vue b/src/views/modules/sampleManagement/technicalSpecificationList.vue index 1516417..d273d52 100644 --- a/src/views/modules/sampleManagement/technicalSpecificationList.vue +++ b/src/views/modules/sampleManagement/technicalSpecificationList.vue @@ -954,8 +954,6 @@ technicalSpecificationListSearch(inData).then(({data}) => { if (data.code == 0) { this.dataList1 = data.page.list - this.pageIndex = data.page.currPage - this.pageSize = data.page.pageSize this.totalPage = data.page.totalCount if(this.dataList1.length>0){ this.$refs.mainTable.setCurrentRow(this.dataList1[0]);