xiaobai 3 years ago
parent
commit
29e342a78c
  1. 7
      src/views/ysjl/5000/dj/lygg-cl/index.vue

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

Loading…
Cancel
Save