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
3ad84ff1
authored
2025-09-25 10:31:48 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: 修复新增定价切换模型问题
1 parent
2623ab08
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/views/data_pricing/calculateConfig.vue
src/views/data_pricing/calculateConfigNew.vue
src/views/data_pricing/calculateConfig.vue
View file @
3ad84ff
...
...
@@ -199,7 +199,7 @@ const getDiseaseData = () => {
item
.
options
=
typeMap
.
value
[
'diseaseGuid'
];
if
(
guid
)
{
const
diseaseData
=
typeMap
.
value
.
diseaseGuid
.
find
(
m
=>
m
.
guid
==
flowDetail
.
value
.
diseaseGuid
);
if
(
!
diseaseData
)
{
if
(
!
diseaseData
&&
flowDetail
.
value
.
diseaseGuid
)
{
item
.
options
.
unshift
({
guid
:
flowDetail
.
value
.
diseaseGuid
,
diseaseName
:
flowDetail
.
value
.
diseaseName
...
...
@@ -501,7 +501,7 @@ const setTableData = (dataArr) => {
},
0
);
setTimeout
(()
=>
{
tableData
.
value
.
map
(
t
=>
{
expendTableRef
.
value
.
toggleRowExpansion
(
t
);
expendTableRef
.
value
?
.
toggleRowExpansion
(
t
);
})
},
200
)
}
...
...
src/views/data_pricing/calculateConfigNew.vue
View file @
3ad84ff
This diff is collapsed.
Click to expand it.
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