From 3485063e7d487aadbcfd88895342b6305d9ad728 Mon Sep 17 00:00:00 2001 From: zichen1019 <1510748736@qq.com> Date: Fri, 27 Aug 2021 16:49:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=BB=98=E8=AE=A4=E7=9A=84?= =?UTF-8?q?=E7=AD=BE=E5=90=8D=E6=97=A5=E6=9C=9F=E6=A0=BC=E5=BC=8F=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/bggl/components/original_db_list.vue | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/views/bggl/components/original_db_list.vue b/src/views/bggl/components/original_db_list.vue index 63660af..b442847 100644 --- a/src/views/bggl/components/original_db_list.vue +++ b/src/views/bggl/components/original_db_list.vue @@ -469,7 +469,7 @@ export default { dialogSignVisible: false, passForm: { password: '', - signDate: new Date().getFullYear() + '-' + (new Date().getMonth() + 1) + '-' + new Date().getDate() + signDate: this.formatter.dateFormat('YYYY-MM-dd') }, isBatchSign: false, // 标记是否为批量签名 listCopy: [], @@ -1048,11 +1048,6 @@ export default { } }, qianming() { - // 锅炉制造科室人员发送报告不输入签名密码 - if (this.$store.getters.departmentId === 74) { - this.sign() - return - } this.api({ url: '/user/validationPwd', method: 'post',