From b0951eba94a2e22db9783aed934874ce4736f008 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <xltys1995>
Date: 星期四, 27 八月 2020 18:32:31 +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