刘洋 1 年間 前
コミット
87807212f4
1 ファイル変更4 行追加0 行削除
  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,
   });