Ben Lin
2024-08-21 ccebd227e4f3bfaab7a27c5b8dcc55b642a4006b
src/views/tigerprojects/mes/eng/route/index.vue
@@ -109,7 +109,7 @@
  provide<Ref<IRouteConfig>>('routeConfig', routeConfig as unknown as Ref<IRouteConfig>);
  provide<Ref<MES_ROUTE>>('mesRoute', currRoute);
  const selectnode = ref({} as node);
  const currRotId = ref('');
  const currRotId = ref(route.params?.id);
  const prodCode = ref('');
  const custCode = ref('');
  const colSlots = ref<any>([]);