From 743d89bdd784dee8bb32d9ae2e70fae2653aa528 Mon Sep 17 00:00:00 2001 From: liuwh <964324856@qq.com> Date: Wed, 02 Jul 2025 18:49:28 +0800 Subject: [PATCH] fix:粤政易端修改2,3,4 --- src/views/selfInspection/components/Preview/index.jsx | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/views/selfInspection/components/Preview/index.jsx b/src/views/selfInspection/components/Preview/index.jsx index 22583b5..2784743 100644 --- a/src/views/selfInspection/components/Preview/index.jsx +++ b/src/views/selfInspection/components/Preview/index.jsx @@ -20,6 +20,10 @@ return $$.ax.request({ urlAi: `case-law/getRepeatResult`, data, typeAi: 'post', service: 'mediate' }); } +function saveDispute(data) { + return $$.ax.request({ url: `casedraftInfo/caseDraftRegister`, type: 'post', service: 'mediate', data }); +} + const Preview = () => { const history = useHistory(); const [formData, setFormData] = useState({}); -- Gitblit v1.8.0