|
@@ -23,7 +23,7 @@ import { A1_APIOgetInfo, A1_APIOsave } from "@/store/action/A1Order";
|
|
|
import TextArea from "antd/es/input/TextArea";
|
|
|
|
|
|
const tabArr = [
|
|
|
- { id: 119, name: "南京市博物总管" },
|
|
|
+ { id: 118, name: "南京市博物总管" },
|
|
|
{ id: 114, name: "扬州中国大运河博物馆" },
|
|
|
];
|
|
|
|
|
@@ -46,7 +46,7 @@ type Props = {
|
|
|
};
|
|
|
|
|
|
function A1SetOrder({ colseFu }: Props) {
|
|
|
- const [tab, setTab] = useState(119);
|
|
|
+ const [tab, setTab] = useState(118);
|
|
|
|
|
|
const getInfoFuUnit = useCallback(async (id: number) => {
|
|
|
const res = await A1_APIOgetInfo(id);
|