jiangyy 3 years ago
parent
commit
aa4ed78fb5
  1. 6
      epmet-oper-web/src/views/modules/yantai/certify.vue

6
epmet-oper-web/src/views/modules/yantai/certify.vue

@ -266,8 +266,10 @@ export default {
},
handleChange (value) {
console.log(value)
this.formData.orgId = value[0]
let selAgency = this.$refs["myCascader"].getCheckedNodes()[0].data
console.log(selAgency)
this.formData.orgId = selAgency.value
},
async loadTable () {

Loading…
Cancel
Save