zhangwencui
9 天以前 a66f00b5e2f6014c9229db0a55cb5375c213b2f4
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();