Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
高东东-金蝶建发
/
jf-yzj-kesu
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
4a4c2aa7
authored
Sep 27, 2024
by
golton_gao
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fix: 解决ios系统下url中有空格会导致请求报错的问题
parent
88da5fb6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/Home.vue
src/views/Home.vue
View file @
4a4c2aa7
...
...
@@ -418,7 +418,7 @@ export default {
params
:
{
page
:
1
,
rows
:
5
,
state
:
"0,
1, 2, 3,
4"
,
state
:
"0,
1,2,3,
4"
,
fnumber
:
this
.
uid
,
// complaintBeginDate:this.searchForm.complaintBeginDate,
// complaintEndDate:this.searchForm.complaintEndDate
...
...
@@ -803,7 +803,7 @@ export default {
// this.projectNameSearchLoading = true;
// this.getProjectList();
let
temp
=
[];
let
data
=
this
.
projectListTemp
let
data
=
this
.
projectListTemp
for
(
let
i
=
0
;
i
<
data
.
length
;
i
++
){
temp
.
push
({
text
:
data
[
i
].
text
,
...
...
@@ -1018,7 +1018,7 @@ export default {
}
this
.
searchForm
.
state
=
this
.
dealStateList
.
toString
();
this
.
showPickerForDealState
=
false
;
},
// 回访得分
pickerForCallBack
()
{
...
...
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