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,
}; };
......
...@@ -22,7 +22,7 @@ const initState = { ...@@ -22,7 +22,7 @@ const initState = {
extraparams: { extraparams: {
orderType: "1", orderType: "1",
}, },
}, },
tabList = [ tabList = [
{ {
key: "1", key: "1",
...@@ -105,9 +105,9 @@ function reducer(state, action) { ...@@ -105,9 +105,9 @@ function reducer(state, action) {
}; };
break; break;
} }
return newState; return newState;
} }
const Staff = (props) => { const Staff = (props) => {
let actionRef = useRef(), let actionRef = useRef(),
ChildRef = null; ChildRef = null;
......
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