From 31a79b2b8bea5671c6bea42154bae7b47dc222ea Mon Sep 17 00:00:00 2001 From: chengdandan <2549057906@qq.com> Date: Wed, 22 Feb 2023 09:18:39 +0800 Subject: [PATCH] 20230222 --- src/components/target/typeChart.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/target/typeChart.vue b/src/components/target/typeChart.vue index f636cb9c..0562bc26 100644 --- a/src/components/target/typeChart.vue +++ b/src/components/target/typeChart.vue @@ -178,7 +178,9 @@ export default { watch: { // 监听触发数据 dataArr: { - handler(newVal) {}, + handler(newVal) { + console.log("newVal",newVal) + }, immediate: true },