From 9246e993b1ca7d41a721982221af3bcfc910b23c Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 15 八月 2022 10:17:05 +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