feat:
This commit is contained in:
@ -158,6 +158,7 @@ const TableList: React.FC = () => {
|
|||||||
onClick={() => {
|
onClick={() => {
|
||||||
handleUpdateModalOpen(true);
|
handleUpdateModalOpen(true);
|
||||||
setCurrentRow(record);
|
setCurrentRow(record);
|
||||||
|
setTimeout(() => {
|
||||||
formRef.current?.setFieldsValue({
|
formRef.current?.setFieldsValue({
|
||||||
...record,
|
...record,
|
||||||
city: {
|
city: {
|
||||||
@ -175,6 +176,7 @@ const TableList: React.FC = () => {
|
|||||||
]
|
]
|
||||||
: undefined,
|
: undefined,
|
||||||
});
|
});
|
||||||
|
});
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
修改
|
修改
|
||||||
|
|||||||
@ -95,6 +95,7 @@ const TableList: React.FC = () => {
|
|||||||
onClick={() => {
|
onClick={() => {
|
||||||
handleUpdateModalOpen(true);
|
handleUpdateModalOpen(true);
|
||||||
setCurrentRow(record);
|
setCurrentRow(record);
|
||||||
|
setTimeout(() => {
|
||||||
formRef.current?.setFieldsValue({
|
formRef.current?.setFieldsValue({
|
||||||
...record,
|
...record,
|
||||||
qrCode: [
|
qrCode: [
|
||||||
@ -106,6 +107,7 @@ const TableList: React.FC = () => {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
});
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
修改
|
修改
|
||||||
|
|||||||
Reference in New Issue
Block a user