1
zhang
10 小时以前 764834e18ac2dbe928a4eb255c8eed89f631340c
zy-acs-flow/src/page/vehFaultRec/VehFaultRecCreate.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 (