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>