gaoluyang
2026-04-09 ec86518cdf02c4752b5d9759ddc2b03f854b37e4
src/pages/cooperativeOffice/customerManage/detail.vue
@@ -170,14 +170,6 @@
  import { onLoad, onShow } from "@dcloudio/uni-app";
  import dayjs from "dayjs";
  // 获取页面参数
  const getPageId = () => {
    const pages = getCurrentPages();
    const currentPage = pages[pages.length - 1];
    const options = currentPage.options || {};
    return options.id || "";
  };
  // 详情数据
  const detailData = ref({});