From 8789056ca2dad5dcb0030306657a00cceb27282f Mon Sep 17 00:00:00 2001
From: whycq <123456>
Date: 星期二, 17 五月 2022 12:47:24 +0800
Subject: [PATCH] #

---
 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