zy-acs-flow/src/page/bus/BusCreate.jsx
@@ -68,8 +68,6 @@ }) } if (open) { console.log(1); queryLocStsByStock(); queryLocStsByIdle(); } @@ -86,8 +84,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 (