diff --git a/src/views/business-examine/receive-apply/index.vue b/src/views/business-examine/receive-apply/index.vue index 55048936..6f16b3fa 100644 --- a/src/views/business-examine/receive-apply/index.vue +++ b/src/views/business-examine/receive-apply/index.vue @@ -189,9 +189,9 @@ export default { } else { this.userId = sessionStorage.getItem('userId') // 设置默认状态为第一个选项(待审核) - if (this.statusOptions.length > 0) { - this.queryParams.taskStatus = this.statusOptions[0].value - } + // if (this.statusOptions.length > 0) { + // this.queryParams.taskStatus = this.statusOptions[0].value + // } // if (this.statusOptions.length > 1) { // this.queryParams.taskStatus = this.statusOptions[1].value // } diff --git a/src/views/material/cost/component/applyHome.vue b/src/views/material/cost/component/applyHome.vue index 14a14ff4..69db7b0c 100644 --- a/src/views/material/cost/component/applyHome.vue +++ b/src/views/material/cost/component/applyHome.vue @@ -13,17 +13,6 @@ :multiple="true" > - - @@ -82,13 +62,6 @@ @click="handleApplyList" >批量结算 - @@ -111,26 +84,29 @@ - + + + + + + + + + + + -