#
vincentlu
2025-02-17 0158ee3c96d9f8de7de2b7cbc8e5efb4f78a8ec7
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 (