Commit f8d137093819df436b95b43336a282d7e005bd12

Authored by ww
1 parent b3689ee1

fix: DEFECT-910 device detail model of matter history trend show all devcie attribute

... ... @@ -162,7 +162,7 @@
162 162 } else {
163 163 isNull.value = true;
164 164 }
165   - setChartOptions(res);
  165 + setChartOptions(res, props.attr);
166 166 };
167 167
168 168 onMounted(async () => {
... ...