diff --git a/src/views/claimAndreturn/return/apply/component/home1.vue b/src/views/claimAndreturn/return/apply/component/home1.vue index cfc3616..fef9959 100644 --- a/src/views/claimAndreturn/return/apply/component/home1.vue +++ b/src/views/claimAndreturn/return/apply/component/home1.vue @@ -72,13 +72,13 @@ @changeId="selectDrop" > - + @@ -649,12 +649,12 @@ export default { lotId: '', //工程id taskStatus: '', //状态 typeId: '', //工机具类型 - time: '', agreementCode: '', //协议 startTime: '', endTime: '', proId: '', }, + returnTime: [], dialogQueryParams: { pageNum: 1, pageSize: 10, @@ -730,9 +730,9 @@ export default { }, async getList() { this.loading = true - if (this.queryParams.time && this.queryParams.time.length > 0) { - this.queryParams.startTime = this.queryParams.time[0] - this.queryParams.endTime = this.queryParams.time[1] + if (this.returnTime.length > 0) { + this.queryParams.startTime = this.returnTime[0] + this.queryParams.endTime = this.returnTime[1] } try { @@ -769,7 +769,7 @@ export default { }, /** 重置按钮操作 */ resetQuery() { - this.queryParams.time = [] + this.returnTime = [] this.queryParams.typeId = '' this.$refs.mychildSon.inputValue = '' // this.resetForm("queryForm"); diff --git a/src/views/claimAndreturn/return/receive/component/handlePage.vue b/src/views/claimAndreturn/return/receive/component/handlePage.vue index 31f4874..a6bacb1 100644 --- a/src/views/claimAndreturn/return/receive/component/handlePage.vue +++ b/src/views/claimAndreturn/return/receive/component/handlePage.vue @@ -791,7 +791,6 @@ export default { // }) console.log(this.deviceList, 'deviceList') - this.total = response.data.total this.loading = false }) diff --git a/src/views/store/warehousing/repairWarehousing.vue b/src/views/store/warehousing/repairWarehousing.vue index db67412..b37cd32 100644 --- a/src/views/store/warehousing/repairWarehousing.vue +++ b/src/views/store/warehousing/repairWarehousing.vue @@ -18,7 +18,7 @@ @keyup.enter.native="handleQuery" /> - + - + - +