diff --git a/src/views/purchase/purApply/pureApplySearch.vue b/src/views/purchase/purApply/pureApplySearch.vue index 414b7cb1..aa70daa3 100644 --- a/src/views/purchase/purApply/pureApplySearch.vue +++ b/src/views/purchase/purApply/pureApplySearch.vue @@ -4,13 +4,13 @@ - + - + - + - + @@ -466,7 +466,8 @@ export default { filterAll().then((res) => { this.deptList = res.data || []; if (this.deptList.length > 0) { - this.filterQuery.deptCode = this.deptList[0].code + //默认展示所有申购部门的申购单 + // this.filterQuery.deptCode = this.deptList[0].code this.invCodebe = this.filterQuery.deptCode } this.getList();