src/views/productionManagement/processRoute/ItemsForm.vue
@@ -297,11 +297,6 @@ const { proxy } = getCurrentInstance() || {}; const handleSubmit = () => { if (routeItems.value.length === 0) { proxy?.$modal?.msgError("请添加路线项目"); return; } const hasEmptyProcess = routeItems.value.some(item => !item.processId); if (hasEmptyProcess) { proxy?.$modal?.msgError("请为所有项目选择工序");