From 722736f9a56cf64b615e37ed1722dd430ad90d2d Mon Sep 17 00:00:00 2001
From: whycq <123456>
Date: 星期三, 26 十月 2022 08:48:31 +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