diff --git a/src/views/material/cost/costExamList.vue b/src/views/material/cost/costExamList.vue
index f42b404a..3ba711bc 100644
--- a/src/views/material/cost/costExamList.vue
+++ b/src/views/material/cost/costExamList.vue
@@ -6,12 +6,14 @@
:pageContent="pageContent"
@goBack="goBack"
/>
-
+
+
+
diff --git a/src/views/material/lease/outBound/index.vue b/src/views/material/lease/outBound/index.vue
index 2164a7d4..da037e21 100644
--- a/src/views/material/lease/outBound/index.vue
+++ b/src/views/material/lease/outBound/index.vue
@@ -962,8 +962,9 @@ export default {
async getOutNum() {
try {
const params = {
- startTime: this.queryParams.startTime,
- endTime: this.queryParams.endTime,
+ // startTime: this.queryParams.startTime,
+ // endTime: this.queryParams.endTime,
+ ...this.queryParams
}
const res = await getOutNumApi(params)
this.allNum = res.data.alNum || 0
@@ -1043,10 +1044,10 @@ export default {
const params = {
...this.queryParams,
keyWord: this.queryParams.keyWord,
- startTime: this.queryParams.startTime,
- endTime: this.queryParams.endTime,
- pageSize: this.queryParams.pageSize,
- pageNum: this.queryParams.pageNum,
+ // startTime: this.queryParams.startTime,
+ // endTime: this.queryParams.endTime,
+ // pageSize: this.queryParams.pageSize,
+ // pageNum: this.queryParams.pageNum,
hasSign: 1
}
if (!this.queryParams.taskStatus) {