Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-web-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-web-master
Commits
7fc83798
Commit
7fc83798
authored
Jan 23, 2025
by
Smile
Committed by
wux
Feb 06, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug225 (web)首页/我发出的/我收到的/控货管理查询条件“编号”输入空格查询不到数据。
parent
64b0578b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
controlorder.vue
src/views/jiedao/profile/controlorder.vue
+1
-1
index.vue
src/views/jiedao/profile/index.vue
+1
-1
postorder.vue
src/views/jiedao/profile/postorder.vue
+1
-1
receivedorder.vue
src/views/jiedao/profile/receivedorder.vue
+1
-1
No files found.
src/views/jiedao/profile/controlorder.vue
View file @
7fc83798
...
@@ -256,7 +256,7 @@ export default {
...
@@ -256,7 +256,7 @@ export default {
if
(
this
.
dynamicStatusList
){
if
(
this
.
dynamicStatusList
){
this
.
queryParams
.
dynamicStatusList
=
this
.
dynamicStatusList
this
.
queryParams
.
dynamicStatusList
=
this
.
dynamicStatusList
}
}
if
(
this
.
queryParams
.
searchKey
!==
null
&&
this
.
queryParams
.
searchKey
!==
''
){
if
(
this
.
queryParams
.
searchKey
!==
null
&&
this
.
queryParams
.
searchKey
!==
''
&&
this
.
queryParams
.
searchKey
!==
undefined
){
this
.
queryParams
.
searchKey
=
this
.
queryParams
.
searchKey
.
replace
(
/
\s
+/g
,
''
);
this
.
queryParams
.
searchKey
=
this
.
queryParams
.
searchKey
.
replace
(
/
\s
+/g
,
''
);
}
}
return
Object
.
assign
({},
this
.
queryParams
,
timeParams
)
return
Object
.
assign
({},
this
.
queryParams
,
timeParams
)
...
...
src/views/jiedao/profile/index.vue
View file @
7fc83798
...
@@ -341,7 +341,7 @@ export default {
...
@@ -341,7 +341,7 @@ export default {
if
(
this
.
dynamicStatusList
){
if
(
this
.
dynamicStatusList
){
this
.
queryParams
.
dynamicStatusList
=
this
.
dynamicStatusList
this
.
queryParams
.
dynamicStatusList
=
this
.
dynamicStatusList
}
}
if
(
this
.
queryParams
.
searchKey
!==
null
&&
this
.
queryParams
.
searchKey
!==
''
){
if
(
this
.
queryParams
.
searchKey
!==
null
&&
this
.
queryParams
.
searchKey
!==
''
&&
this
.
queryParams
.
searchKey
!==
undefined
){
this
.
queryParams
.
searchKey
=
this
.
queryParams
.
searchKey
.
replace
(
/
\s
+/g
,
''
);
this
.
queryParams
.
searchKey
=
this
.
queryParams
.
searchKey
.
replace
(
/
\s
+/g
,
''
);
}
}
getIssued
(
this
.
queryParams
).
then
((
r
)
=>
{
getIssued
(
this
.
queryParams
).
then
((
r
)
=>
{
...
...
src/views/jiedao/profile/postorder.vue
View file @
7fc83798
...
@@ -273,7 +273,7 @@ export default {
...
@@ -273,7 +273,7 @@ export default {
if
(
this
.
dynamicStatusList
){
if
(
this
.
dynamicStatusList
){
this
.
queryParams
.
dynamicStatusList
=
this
.
dynamicStatusList
this
.
queryParams
.
dynamicStatusList
=
this
.
dynamicStatusList
}
}
if
(
this
.
queryParams
.
searchKey
!==
null
&&
this
.
queryParams
.
searchKey
!==
''
){
if
(
this
.
queryParams
.
searchKey
!==
null
&&
this
.
queryParams
.
searchKey
!==
''
&&
this
.
queryParams
.
searchKey
!==
undefined
){
this
.
queryParams
.
searchKey
=
this
.
queryParams
.
searchKey
.
replace
(
/
\s
+/g
,
''
);
this
.
queryParams
.
searchKey
=
this
.
queryParams
.
searchKey
.
replace
(
/
\s
+/g
,
''
);
}
}
return
Object
.
assign
({},
this
.
queryParams
,
timeParams
)
return
Object
.
assign
({},
this
.
queryParams
,
timeParams
)
...
...
src/views/jiedao/profile/receivedorder.vue
View file @
7fc83798
...
@@ -188,7 +188,7 @@ export default {
...
@@ -188,7 +188,7 @@ export default {
if
(
this
.
dynamicStatusList
){
if
(
this
.
dynamicStatusList
){
this
.
queryParams
.
dynamicStatusList
=
this
.
dynamicStatusList
this
.
queryParams
.
dynamicStatusList
=
this
.
dynamicStatusList
}
}
if
(
this
.
queryParams
.
searchKey
!==
null
&&
this
.
queryParams
.
searchKey
!==
''
){
if
(
this
.
queryParams
.
searchKey
!==
null
&&
this
.
queryParams
.
searchKey
!==
''
&&
this
.
queryParams
.
searchKey
!==
undefined
){
this
.
queryParams
.
searchKey
=
this
.
queryParams
.
searchKey
.
replace
(
/
\s
+/g
,
''
);
this
.
queryParams
.
searchKey
=
this
.
queryParams
.
searchKey
.
replace
(
/
\s
+/g
,
''
);
}
}
return
Object
.
assign
({},
this
.
queryParams
,
timeParams
)
return
Object
.
assign
({},
this
.
queryParams
,
timeParams
)
...
...
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