@@ -246,7 +246,7 @@ async function fetchDetail() {
try {
const res = await EnterpriseAPI.detail(props.outBizNo);
if (res.data) {
- detailData.value = res.data;
+ detailData.value = res.data.data || {};
}
} catch {
// 错误已由请求拦截器统一提示