From aeaace1cf0c48cc9b2dffbc5d5ab9eb4ecfad4a1 Mon Sep 17 00:00:00 2001 From: Your Name <you@example.com> Date: 星期二, 16 八月 2022 19:30:19 +0800 Subject: [PATCH] Merge branch 'hylywms' of http://47.97.1.152:5880/r/~whycq/wms-app into hylywms --- pages/basics/checkout.vue | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/pages/basics/checkout.vue b/pages/basics/checkout.vue index 0861b78..d78860f 100644 --- a/pages/basics/checkout.vue +++ b/pages/basics/checkout.vue @@ -109,11 +109,12 @@ }, methods: { huanghang() { - this.focus = false; - this.$nextTick(function() { - this.focus = true; - }); - this.matnr = '' + this.matnr = '' + this.focus = false; + this.$nextTick(function() { + this.focus = true; + }); + }, messageToggle(type) { this.msgType = type -- Gitblit v1.9.1