spring
9 小时以前 7543b32e5c64bb415af4368123f2c1cbefe94549
src/views/productionManagement/productStructure/Detail/index.vue
@@ -271,6 +271,11 @@
};
onMounted(() => {
  // 从路由参数回显数据
  tableData[0].productName = routeProductName.value;
  tableData[0].model = routeProductModelName.value;
  tableData[0].bomNo = routeBomNo.value;
  fetchData();
  fetchProcessOptions();
});