From 83e8be4e6c570091a4c846e6de05e1483aec1c12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B3=BD=E8=85=BE?= <1178634255@qq.com> Date: Thu, 10 Aug 2023 18:05:24 +0800 Subject: [PATCH] =?UTF-8?q?=20=E8=BF=9B=E5=85=A5=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E7=94=B3=E8=B4=AD=E5=8D=95=E6=A8=A1=E5=9D=97=EF=BC=8C=E7=94=B3?= =?UTF-8?q?=E8=B4=AD=E9=83=A8=E9=97=A8=E4=BC=9A=E9=BB=98=E8=AE=A4=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=B8=80=E7=BA=A7=E9=83=A8=E9=97=A8=E2=80=98=E5=8D=8F?= =?UTF-8?q?=E5=92=8C=E5=8C=BB=E9=99=A2=E5=B9=B3=E6=BD=AD=E5=88=86=E9=99=A2?= =?UTF-8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/purchase/purApply/pureApplySearch.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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();