浏览代码

update

master
cyril.tsui 1 个月前
父节点
当前提交
87576ebf1b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/components/JoSave/JoSave.tsx

+ 1
- 1
src/components/JoSave/JoSave.tsx 查看文件

@@ -13,7 +13,7 @@ import InfoCard from "./InfoCard";
import PickTable from "./PickTable";

type Props = {
id: number;
id?: number;
defaultValues: Partial<JoDetail> | undefined;
}



正在加载...
取消
保存