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
afc915da
authored
2025-09-24 18:19:51 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
新版定价保存时dataSource标识为1
1 parent
908ef79a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
src/views/data_pricing/calculateConfigNew.vue
src/views/data_pricing/priceCalculateNew.vue
src/views/data_pricing/calculateConfigNew.vue
View file @
afc915d
...
...
@@ -862,7 +862,8 @@ const getCalculateParams = (baseConfigFormObj, baseConfigFormInfo) => {
belongingTheme
:
baseConfigFormInfo
.
belongingTheme
,
diseaseGuid
,
diseaseName
:
''
,
dataUsage
:
dataUsage
.
value
.
dictValue
dataUsage
:
dataUsage
.
value
.
dictValue
,
dataSource
:
'1'
,
};
Object
.
assign
(
params
,
companyInfo
);
if
(
diseaseGuid
)
{
...
...
src/views/data_pricing/priceCalculateNew.vue
View file @
afc915d
...
...
@@ -150,6 +150,7 @@ const getTableData = () => {
pageIndex
:
page
.
value
.
curr
,
dataResourceName
:
page
.
value
.
dataResourceName
,
diseaseName
:
page
.
value
.
diseaseName
,
dataSource
:
'1'
,
}).
then
((
res
:
any
)
=>
{
tableInfo
.
value
.
loading
=
false
;
if
(
res
.
code
==
proxy
.
$passCode
)
{
...
...
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