gz-customerSystem/src/views/register/handleFeedback/component/handle.jsx
@@ -189,7 +189,7 @@ } const getByIdRole = async () => { const res = await getByIdRoleApi('2105180249501982') const res = await getByIdRoleApi(caseId) setPersonData(res.data) } @@ -215,7 +215,8 @@ }) if (res.type) { $$.infoSuccess({ content: '修改成功' }); listFeedback(caseId) listFeedback(caseId); formRef.current.resetFields(); } } else { const res = await saveFeedbackApi({ @@ -226,7 +227,8 @@ }) if (res.type) { $$.infoSuccess({ content: '保存成功' }); listFeedback(caseId) listFeedback(caseId); formRef.current.resetFields(); } } }