|
|
|
@ -515,6 +515,7 @@ export default { |
|
|
|
this.$refs.pieChart.setOption(this.pieOption); |
|
|
|
}, |
|
|
|
handelClickMyPei(param) { |
|
|
|
if (this.formData.level != 'community') { |
|
|
|
console.log(param); |
|
|
|
this.orgType = param.data.level; |
|
|
|
this.orgId = param.data.id; |
|
|
|
@ -524,6 +525,7 @@ export default { |
|
|
|
this.dialogVisible = true; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
</script> |
|
|
|
|
|
|
|
|