diff --git a/src/views/modules/lab/labRecord.vue b/src/views/modules/lab/labRecord.vue index 7e65655..d47628b 100644 --- a/src/views/modules/lab/labRecord.vue +++ b/src/views/modules/lab/labRecord.vue @@ -4,13 +4,6 @@ - - - - - - - @@ -27,6 +20,27 @@ + + + + + + + + + + + 查询 新增 @@ -898,7 +912,9 @@ export default { searchData: { site: '', referenceNo: '', - status: '', + applicant: '', + applicationStartDate: '', + applicationEndDate: '', currentApprover: '', tester: '', nodeId: '' @@ -2462,7 +2478,9 @@ export default { site: this.searchData.site || '', menuId: this.menuId, referenceNo: this.searchData.referenceNo, - status: this.searchData.status, + applicant: this.searchData.applicant, + applicationStartDate: this.searchData.applicationStartDate, + applicationEndDate: this.searchData.applicationEndDate, currentApprover: this.searchData.currentApprover, tester: this.searchData.tester, nodeId: this.searchData.nodeId