src/pages/qualityManagement/materialInspection/add.vue
@@ -470,13 +470,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();