zjs_project hace 3 meses
padre
commit
14a67009bd
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/order/console.vue

+ 1 - 0
src/views/order/console.vue

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