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