Browse Source

fix: ==99 replace of = 99

Mr. Robot 4 tháng trước cách đây
mục cha
commit
0868b8e5db
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/HealthStatusAnalysis/index.vue

+ 1 - 1
src/views/HealthStatusAnalysis/index.vue

@@ -761,7 +761,7 @@ const healthyStatusText = ref({
 });
 let flag = false
 const healthyMessage = (data: Object) => {
-  if (data.avg_num = 99) {
+  if (data.avg_num == 99) {
     if (flag) {
       data.avg_num = 92
       flag = false