diff --git a/src/views/material/lease/apply/component/homeApply.vue b/src/views/material/lease/apply/component/homeApply.vue index 6292f30d..986541b4 100644 --- a/src/views/material/lease/apply/component/homeApply.vue +++ b/src/views/material/lease/apply/component/homeApply.vue @@ -626,10 +626,9 @@ export default { queryParams: { pageNum: 1, pageSize: 10, - time: null, //申请时间 - name: undefined, - typeId: "", + time: null, //申请时间 keyWord: "", + taskStatus: null, //申请时间 }, form: { remark: "", @@ -693,12 +692,12 @@ export default { this.loading = true; const params = { keyWord: this.queryParams.keyWord, + taskStatus: this.queryParams.taskStatus, startTime: this.queryParams.time && this.queryParams.time[0], - endTime: this.queryParams.time && this.queryParams.time[1], - typeId: this.queryParams.typeId, + endTime: this.queryParams.time && this.queryParams.time[1], pageSize: this.queryParams.pageSize, pageNum: this.queryParams.pageNum, - statusList: [1, 2, 3, 4], + statusList:[this.queryParams.taskStatus] }; getListLeaseApply(this.addDateRange(params)).then((response) => { this.typeList = response.rows; diff --git a/src/views/material/lease/outBound/component/homeOutBound.vue b/src/views/material/lease/outBound/component/homeOutBound.vue index d023ccb7..da3e4595 100644 --- a/src/views/material/lease/outBound/component/homeOutBound.vue +++ b/src/views/material/lease/outBound/component/homeOutBound.vue @@ -32,9 +32,9 @@ /> - + { this.typeList = response.rows; this.total = response.total; diff --git a/src/views/material/purchase/goodsEntry/detail.vue b/src/views/material/purchase/goodsEntry/detail.vue index 1083285a..0fb80d3c 100644 --- a/src/views/material/purchase/goodsEntry/detail.vue +++ b/src/views/material/purchase/goodsEntry/detail.vue @@ -111,10 +111,10 @@ diff --git a/src/views/material/purchase/goodsEntry/index.vue b/src/views/material/purchase/goodsEntry/index.vue index 0218abc5..157b37fe 100644 --- a/src/views/material/purchase/goodsEntry/index.vue +++ b/src/views/material/purchase/goodsEntry/index.vue @@ -92,12 +92,12 @@ @selection-change="handleSelectionChange" border > - + /> -->