@@ -210,6 +210,7 @@ const submit = () => {
emit('init')
feedback.closeLoading()
feedback.notifySuccess('出单成功')
+ showOrderConsole.value = false;
})
}