pages/order/orderPutOn.vue @@ -412,6 +412,13 @@ this.barcode = '' this.barcodeFocuss() }, combClose() { this.$refs.combConfirm.close() }, // 取消移除 removeClose() { this.$refs.alertDialog.close() }, } } </script>