Commit f7ba5a94 authored by TZW's avatar TZW

1125section

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