From 850aa56eb7b75b7d28fa1123e74a2a582879eba1 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <xltys1995>
Date: 星期二, 03 十一月 2020 09:05:23 +0800
Subject: [PATCH] #
---
src/main/webapp/views/pda/matQuery.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/pda/matQuery.html b/src/main/webapp/views/pda/matQuery.html
index 4c84b09..d1129a2 100644
--- a/src/main/webapp/views/pda/matQuery.html
+++ b/src/main/webapp/views/pda/matQuery.html
@@ -128,7 +128,7 @@
$('#str1').val(res.data.str1);
$('#str2').val(res.data.str2);
countDom.val(initMatCount);
- $('#confirm').focus();
+ $('#count').focus().select();
}
} else if (res.code === 403) {
top.location.href = baseUrl + "/pda";
--
Gitblit v1.9.1