Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
d5a8c78f
authored
2025-10-20 14:11:19 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
编辑时传参foundMode
1 parent
f15140d1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/data_product/productListingDetail.vue
src/views/data_product/productListingDetail.vue
View file @
d5a8c78
...
...
@@ -806,8 +806,8 @@ const submitForm = (btn, formEl, tosub = false) => {
params
.
timeAreaEnd
=
params
.
dateRange
?
params
.
dateRange
[
1
]
:
''
;
// 删除dateRange字段
delete
params
.
dateRange
;
params
.
foundMode
=
currProductInfo
.
value
?.
foundMode
;
params
.
productCode
=
currProductInfo
.
value
?.
productCode
;
params
.
foundMode
=
currProductInfo
.
value
?.
foundMode
||
flowDetail
.
value
.
foundMode
;
params
.
productCode
=
currProductInfo
.
value
?.
productCode
||
flowDetail
.
value
.
productCode
;
flowDetailLoading
.
value
=
true
;
if
(
!
route
.
query
.
exchangeGuid
)
{
if
(
detailType
==
'add'
)
{
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment