1
zhang
2 天以前 736973883280e9a6059c5da2f2e67d5a6aecdcef
zy-acs-flow/src/page/config/ConfigCreate.jsx
@@ -45,8 +45,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 (