From bd08d5f31634e0f2d5000131f77e25fc12b089d2 Mon Sep 17 00:00:00 2001 From: zhangxinliang <1364094401@qq.com> Date: Wed, 21 Aug 2024 13:32:05 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=87=BA=E5=B7=AE=E6=8A=A5=E9=94=80?= =?UTF-8?q?=EF=BC=8C=E8=B4=B9=E7=94=A8=E5=BD=92=E5=B1=9E=E9=83=A8=E9=97=A8?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/company/claim/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/company/claim/index.vue b/src/views/company/claim/index.vue index a3f19e2..75b54d1 100644 --- a/src/views/company/claim/index.vue +++ b/src/views/company/claim/index.vue @@ -917,7 +917,9 @@ export default { projectName: null, reason: null, remark: null, - costDeptId: null, + costDeptId: JSON.parse( + window.localStorage.getItem('userInfo') || { dept: {} } + ).dept.name, //申请人部门, expenseApplyIds: [], expenseClaimTrips: [ { From 9cb2e72ca9a3f4d30337fb0474a6352095b5a5b1 Mon Sep 17 00:00:00 2001 From: zhangxinliang <1364094401@qq.com> Date: Wed, 21 Aug 2024 13:52:03 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=87=BA=E5=B7=AE=E6=8A=A5=E9=94=80?= =?UTF-8?q?=EF=BC=8C=E8=B4=B9=E7=94=A8=E5=BD=92=E5=B1=9E=E9=83=A8=E9=97=A8?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/company/claim/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/company/claim/index.vue b/src/views/company/claim/index.vue index 75b54d1..6115f0b 100644 --- a/src/views/company/claim/index.vue +++ b/src/views/company/claim/index.vue @@ -919,7 +919,7 @@ export default { remark: null, costDeptId: JSON.parse( window.localStorage.getItem('userInfo') || { dept: {} } - ).dept.name, //申请人部门, + ).deptId, //申请人部门, expenseApplyIds: [], expenseClaimTrips: [ {