Commit 6044e9a5 authored by cellee's avatar cellee

Signed-off-by: cellee <893264950@qq.com>

parent e5cd4123
/* /*
* @Author: your name * @Author: your name
* @Date: 2021-03-02 14:39:40 * @Date: 2021-03-02 14:39:40
* @LastEditTime: 2021-05-21 18:01:22 * @LastEditTime: 2021-05-21 18:07:39
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \tostumi\src\pages\AccountManagement\Service\serviceEdit.tsx * @FilePath: \tostumi\src\pages\AccountManagement\Service\serviceEdit.tsx
...@@ -33,7 +33,9 @@ const service = (props: any) => { ...@@ -33,7 +33,9 @@ const service = (props: any) => {
// 监听是否有数据 // 监听是否有数据
useEffect(() => { useEffect(() => {
if (match.params.id) { if (match.params.id) {
console.log(match.params.id); form.setFieldsValue({
communityName: match.params.id,
});
setTerm(match.params.id); setTerm(match.params.id);
// RA(69, { id: match.params.id }, module, dispatch); // RA(69, { id: match.params.id }, module, dispatch);
} }
......
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