src/pages/qualityManagement/processInspection/add.vue
@@ -464,13 +464,6 @@ return !!(v.productMainId != null || v.purchaseLedgerId != null); }); // 获取页面ID const getPageId = () => { const pages = getCurrentPages(); const currentPage = pages[pages.length - 1]; return currentPage.options.id; }; // 返回上一页 const goBack = () => { uni.navigateBack();