From 8182483e53be66ea500446dfc3610f10d97e8adf Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期三, 19 八月 2020 13:35:59 +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