zhangwencui
2 天以前 95fce9ecb77e9615df925eee143ce34647c694ce
src/pages/qualityManagement/finalInspection/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();