|
|
@ -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) |
|
|
|