Commit f7ba5a94 authored by TZW's avatar TZW

1125section

parent e5762547
......@@ -2,7 +2,7 @@
* @Author: Li Hanlin
* @Date: 2022-11-09 14:43:54
* @Last Modified by: Li Hanlin
* @Last Modified time: 2022-11-10 15:37:21
* @Last Modified time: 2022-11-25 10:03:59
*/
import * as React from 'react';
......@@ -67,11 +67,11 @@ function Section(props) {
onFinish: async (vals) => {
let params = {
...vals,
id: row.id,
};
let res = await doFetch({
url: urlParams.save,
params,
id: row.id,
});
if (res.code === '0000') {
message.success('新增成功!');
......
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