Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
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
2024-07-21 12:05:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9070c64741cc113232664a131014ee944ea8a480
9070c647
1 parent
d6b78a21
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/index.vue
src/views/index.vue
View file @
9070c64
<!--
* @Date: 2022-07-18 10:22:22
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-07-21 11:
49:27
* @LastEditTime: 2024-07-21 11:
58:41
* @FilePath: /data-table/src/views/index.vue
* @Description: 首页
-->
...
...
@@ -808,7 +808,7 @@ const checkRules = () => {
// 处理多选项带补充信息时判断,去除补充信息
form_submission_value = form_submission_value.map(item => {
if (item.includes(':')) {
return item.split(':')[0].trim(); // 去除冒号及其后面的部分并去除前后空格
return item.split(':')[0].trim(); // 去除冒号及其后面的部分并去除前后空格
}
return item;
});
...
...
Please
register
or
login
to post a comment