1
zhang
5 小时以前 764834e18ac2dbe928a4eb255c8eed89f631340c
zy-acs-flow/src/page/loc/LocCreate.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 (
@@ -171,6 +171,7 @@
                                            label="table.field.loc.locSts"
                                            optionText="name"
                                            filterToQuery={(val) => ({ name: val })}
                                            validate={required()}
                                        />
                                    </ReferenceInput>
                                </Grid>