| src/views/productionManagement/productStructure/Detail/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/productionManagement/productStructure/Detail/index.vue
@@ -262,7 +262,7 @@ }; const fetchProcessOptions = async () => { const { data } = await list({}); const { data } = await list({size : -1}); dataValue.processOptions = normalizeListData(data); };