From e720ce9920a7845b96d146a7f9e6b7dcf810a74e Mon Sep 17 00:00:00 2001
From: whycq <whycq>
Date: 星期四, 19 五月 2022 13:36:37 +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