提交 527fa5cc 作者: 龚洪江

修复:正式服发版

上级 61087e15
...@@ -75,6 +75,8 @@ const AddEditModal: React.FC<propType> = (props) => { ...@@ -75,6 +75,8 @@ const AddEditModal: React.FC<propType> = (props) => {
if (!open) return; if (!open) return;
getSecondDistrictInfo().then(); getSecondDistrictInfo().then();
if (!data) return; if (!data) return;
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
form.setFieldsValue({ form.setFieldsValue({
...data, ...data,
area: [data?.province, data?.city, data?.district], area: [data?.province, data?.city, data?.district],
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论