Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
custom_form
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2023-04-04 15:56:33 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0b295892ced2a063f0a8d3d7b1c75cc2318ad149
0b295892
1 parent
d1e17216
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/pages/table/index.vue
src/pages/table/index.vue
View file @
0b29589
<!--
* @Date: 2023-03-24 09:19:27
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-04-04 15:5
4:24
* @LastEditTime: 2023-04-04 15:5
5:41
* @FilePath: /custom_form/src/pages/table/index.vue
* @Description: 文件描述
-->
...
...
@@ -599,6 +599,7 @@ const onSubmit = async (values) => {
}
} else {
console.warn(validOther().id + ' ' + validOther().key + "不通过验证");
// 校验错误滚动到相应输入项
if (validOther().id) {
Taro.pageScrollTo({
selector: `#${validOther().id}`,
...
...
Please
register
or
login
to post a comment