From e6c43b3ab18124cb86d576a4d4f427fd5bd1f34c Mon Sep 17 00:00:00 2001 From: yujk <990961482@qq.com> Date: Fri, 6 Aug 2021 16:54:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A1=AE=E6=9D=83=E8=B0=83=E6=9F=A5=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/authenticRight/index.vue | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/views/authenticRight/index.vue b/src/views/authenticRight/index.vue index c385b9e5..24f6b6aa 100644 --- a/src/views/authenticRight/index.vue +++ b/src/views/authenticRight/index.vue @@ -1101,10 +1101,6 @@ }) }, onSubmitXCDC(values) { - this.xcdcform["createBy"] = this.userId - this.xcdcform["createTime"] = getNowFormatDate() - this.xcdcform["updateBy"] = this.userId - this.xcdcform["updateTime"] = getNowFormatDate() let i = 0 if(this.xcdcform.item1=='N'){ i++ @@ -1187,10 +1183,6 @@ }) }}, onSubmitDHDC(values) { - this.dhdcform["createBy"] = this.userId - this.dhdcform["createTime"] = getNowFormatDate() - this.dhdcform["updateBy"] = this.userId - this.dhdcform["updateTime"] = getNowFormatDate() if(this.dhdcform.id){ updateInvestigate(this.dhdcform).then(res => { this.showDHDC = false