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