From 0fda9dfa30b36eb872054905f1fa44f7b44b1315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=9F=E5=8D=97=E4=B8=80=E7=82=B9=E9=9B=A8?= Date: Sun, 24 May 2020 16:50:08 +0800 Subject: [PATCH] Update SalSob.vue --- vuehr/src/views/sal/SalSob.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vuehr/src/views/sal/SalSob.vue b/vuehr/src/views/sal/SalSob.vue index f66875a..1e26137 100644 --- a/vuehr/src/views/sal/SalSob.vue +++ b/vuehr/src/views/sal/SalSob.vue @@ -167,7 +167,8 @@ medicalPer: 0, medicalBase: 0, accumulationFundPer: 0, - accumulationFundBase: 0 + accumulationFundBase: 0, + name: '默认名称' } this.dialogTitle = '添加工资账套'; this.activeItemIndex = 0; -- GitLab