lxh преди 3 седмици
родител
ревизия
394eff3fac
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/views/vent/monitorManager/gasPumpMonitor/gasPump.data.ts

+ 2 - 2
src/views/vent/monitorManager/gasPumpMonitor/gasPump.data.ts

@@ -520,8 +520,8 @@ export function getComponent() {
       return gasPumpHome;
     default:
       // gasPumpHome = defineAsyncComponent(() => import('./components/gasPumpHome.vue'));
-       gasPumpHome = defineAsyncComponent(() => import('./components/gasPumpHomeCopy.vue'));
-        // gasPumpHome = defineAsyncComponent(() => import('./components/gasPumpHomeBD.vue'));
+      gasPumpHome = defineAsyncComponent(() => import('./components/gasPumpHomeCopy.vue'));
+      // gasPumpHome = defineAsyncComponent(() => import('./components/gasPumpHomeBD.vue'));
       return gasPumpHome;
   }
 }