Commit b4dd4c4d authored by wuhao's avatar wuhao 🎯

sadare

parent d3e2a96b
......@@ -15,7 +15,7 @@ import { useRequest } from "umi";
import defaultFields from "./fields";
import { doFetch } from "@/utils/doFetch";
import { deviceprovideDetail, deleteProvideCheck } from "@/services/device";
import { usercusDetails } from "@/utils/detailTotalCard";
import { deviceprovideDetails } from "@/utils/detailTotalCard";
import Details from "@/components/Details";
import { useAsyncEffect } from "ahooks";
import tempfields from "@/utils/tempfields";
......@@ -81,7 +81,7 @@ function reducer(state, action) {
...state,
details: {
dataSource: action.dataSource,
totalCard: [...usercusDetails, ...extraspecial],
totalCard: [...deviceprovideDetails, ...extraspecial],
},
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