Commit b4dd4c4d authored by wuhao's avatar wuhao 🎯

sadare

parent d3e2a96b
...@@ -15,7 +15,7 @@ import { useRequest } from "umi"; ...@@ -15,7 +15,7 @@ import { useRequest } from "umi";
import defaultFields from "./fields"; import defaultFields from "./fields";
import { doFetch } from "@/utils/doFetch"; import { doFetch } from "@/utils/doFetch";
import { deviceprovideDetail, deleteProvideCheck } from "@/services/device"; import { deviceprovideDetail, deleteProvideCheck } from "@/services/device";
import { usercusDetails } from "@/utils/detailTotalCard"; import { deviceprovideDetails } from "@/utils/detailTotalCard";
import Details from "@/components/Details"; import Details from "@/components/Details";
import { useAsyncEffect } from "ahooks"; import { useAsyncEffect } from "ahooks";
import tempfields from "@/utils/tempfields"; import tempfields from "@/utils/tempfields";
...@@ -81,7 +81,7 @@ function reducer(state, action) { ...@@ -81,7 +81,7 @@ function reducer(state, action) {
...state, ...state,
details: { details: {
dataSource: action.dataSource, dataSource: action.dataSource,
totalCard: [...usercusDetails, ...extraspecial], totalCard: [...deviceprovideDetails, ...extraspecial],
}, },
visible: true, visible: true,
}; };
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment