From e1df2b4fe040e0eff3a7924306e4c48b1a20c14f Mon Sep 17 00:00:00 2001 From: tianq Date: Fri, 7 Apr 2023 09:15:14 +0800 Subject: [PATCH] 1 --- src/views/modules/census/census-accountList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/census/census-accountList.vue b/src/views/modules/census/census-accountList.vue index a37747d3f..746cffb86 100644 --- a/src/views/modules/census/census-accountList.vue +++ b/src/views/modules/census/census-accountList.vue @@ -494,7 +494,7 @@ export default { this.$refs.pieChart.setOption(this.pieOption); }, handelClickMyPei(param) { - this. + // this. } } };