zhang
8 天以前 443e32fec6aec9dfa2ca802246950dc3c36e6251
zy-acs-flow/src/page/task/TaskCreate.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 (