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