1
zhang
2025-08-16 3a49654f51096d4f9f95f4a5e8198e168e38a0c5
zy-acs-flow/src/page/taskSts/TaskStsCreate.jsx
@@ -48,8 +48,8 @@
        notify('common.response.success');
    };
    const handleError = async (data) => {
        notify('common.response.fail');
    const handleError = async (error) => {
        notify(error.message || 'common.response.fail', { type: 'error', messageArgs: { _: error.message } });
    };
    return (