From 329da2e76ec688981a68f7ec43db1d35e5388a0a Mon Sep 17 00:00:00 2001 From: zichen1019 <1510748736@qq.com> Date: Thu, 26 Aug 2021 23:36:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A1=B5=E9=9D=A2=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ysjl/5000/dj/lygg-cl/index.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/ysjl/5000/dj/lygg-cl/index.vue b/src/views/ysjl/5000/dj/lygg-cl/index.vue index ca24aad..3fecbea 100644 --- a/src/views/ysjl/5000/dj/lygg-cl/index.vue +++ b/src/views/ysjl/5000/dj/lygg-cl/index.vue @@ -462,7 +462,6 @@ export default { this.getMaxBh() } else { this.getYsjl(this.$route.query.id) - } this.getDepartment() }, @@ -536,7 +535,6 @@ export default { } }).then(data => { this.ysjl = data.ysjl - this.getJyxm(1) this.param = (data.param !== null && data.param !== undefined) ? data.param : {} this.ysjl.jianyanjieshuriqi = this.formatter.dateFormat('YYYY-MM-dd') this.getXcjyrq() @@ -550,6 +548,7 @@ export default { // 制造日期、投用日期、上次检验日期设置成正确的日期格式 this.ysjl.zhizaoriqi = this.common.checkDateFormat(this.ysjl.zhizaoriqi) this.ysjl.gaizaoriqi = this.common.checkDateFormat(this.ysjl.gaizaoriqi) + this.getJyxm(1) }) }, getYsjl(id) { @@ -561,7 +560,6 @@ export default { } }).then(data => { this.ysjl = data - this.getJyxm(1) this.departmentId = this.ysjl.departmentId if (this.ysjl.jianyanrenyuan !== null && this.ysjl.jianyanrenyuan.length > 0) { this.jianyanrenyuan = this.common.convertCnName(this.ysjl.jianyanrenyuan) @@ -571,6 +569,7 @@ export default { this.getMaxBh() } this.getParam(this.ysjl.id, this.ysjl.shebeizhongleidaima) + this.getJyxm(1) }) }, handleChange(v) {