From 29e342a78c296cc70b99123aa21d23dd971c6706 Mon Sep 17 00:00:00 2001 From: xiaobai <857694115@qq.com> Date: Thu, 26 Aug 2021 18:27:33 +0800 Subject: [PATCH] . --- src/views/ysjl/5000/dj/lygg-cl/index.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 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..a5b5f17 100644 --- a/src/views/ysjl/5000/dj/lygg-cl/index.vue +++ b/src/views/ysjl/5000/dj/lygg-cl/index.vue @@ -461,8 +461,7 @@ export default { // 查询最大记录编号 this.getMaxBh() } else { - this.getYsjl(this.$route.query.id) - + this.getYsjl(this.$route.query.id) } this.getDepartment() }, @@ -536,7 +535,7 @@ export default { } }).then(data => { this.ysjl = data.ysjl - this.getJyxm(1) + this.getJyxm(1) this.param = (data.param !== null && data.param !== undefined) ? data.param : {} this.ysjl.jianyanjieshuriqi = this.formatter.dateFormat('YYYY-MM-dd') this.getXcjyrq() @@ -561,7 +560,7 @@ export default { } }).then(data => { this.ysjl = data - this.getJyxm(1) + 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)