Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-06-21 19:11:00 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
77d18bc939219e91cf061cb7999fd89aa940c359
77d18bc9
1 parent
5c25d959
fix 优化方言保存报错提示
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
src/components/LocalismBox/index.vue
src/components/LocalismBox/index.vue
View file @
77d18bc
<!--
* @Date: 2022-06-20 11:35:50
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-06-2
0 19:04:18
* @LastEditTime: 2022-06-2
1 19:10:41
* @FilePath: /tswj/src/components/LocalismBox/index.vue
* @Description: 调整作品方言弹框组件
-->
...
...
@@ -121,8 +121,9 @@ const onBlur = () => { // 失焦保存录入方言
});
localismList.value.push({ id: localism_name.value, localism: localism_name.value, checked: true });
scrollToDom(localism_name.value);
localism_name.value = '';
}
show_localism.value = false;
localism_name.value = '';
})
.catch(() => {
// on cancel
...
...
Please
register
or
login
to post a comment