刘洋 1 éve
szülő
commit
87807212f4
1 módosított fájl, 4 hozzáadás és 0 törlés
  1. 4 0
      src/views/report/device-analysis/index.vue

+ 4 - 0
src/views/report/device-analysis/index.vue

@@ -204,6 +204,10 @@ watch(model, () => {
 });
 watch(supplierId, () => {
   model.value = '';
+  run1({
+    supplierId: supplierId.value,
+    model: model.value,
+  });
   run2({
     supplierId: supplierId.value,
   });