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({});