Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-operator-master
Commits
dc0ad1c4
Commit
dc0ad1c4
authored
Dec 06, 2024
by
zhengyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
报价单与订单选择联系人弹窗bug修复
parent
4805c433
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
index.vue
src/components/ChooseContactDialog/index.vue
+6
-2
No files found.
src/components/ChooseContactDialog/index.vue
View file @
dc0ad1c4
...
...
@@ -124,8 +124,12 @@ export default {
},
replaceBlank
(){
// JDAA-177 7.选择联系人弹出页,没有去掉中间和前后空格
this
.
form
.
searchKey
=
this
.
form
.
searchKey
.
replace
(
/
\s
+/g
,
''
);
this
.
form
.
searchKey
=
this
.
form
.
searchKey
.
replace
(
/
\s
+/g
,
''
);
if
(
this
.
form
.
phone
){
this
.
form
.
phone
=
this
.
form
.
phone
.
replace
(
/
\s
+/g
,
''
);
}
if
(
this
.
form
.
searchKey
)
{
this
.
form
.
searchKey
=
this
.
form
.
searchKey
.
replace
(
/
\s
+/g
,
''
);
}
}
},
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment