From 95374c1a4b9901f8bfdc9b55ebbbd8aa2c859fb3 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <xltys1995>
Date: 星期五, 28 八月 2020 14:30:34 +0800
Subject: [PATCH] #v2.0
---
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