Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-composition-api
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
宁路鹏
vue-composition-api
Commits
0507e2fe
Commit
0507e2fe
authored
Oct 22, 2024
by
李承祥
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
多内容入组区分
parent
4461e319
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
5 deletions
+11
-5
src/views/outHistorygroupingsetl.vue
+11
-5
No files found.
src/views/outHistorygroupingsetl.vue
View file @
0507e2fe
...
...
@@ -394,7 +394,7 @@ export default {
}
},
async
mounted
()
{
this
.
getCaseHis
(
this
.
$route
.
query
.
id
)
this
.
getCaseHis
(
this
.
$route
.
query
.
id
,
this
.
$route
.
query
.
type
)
},
methods
:
{
decimal
,
...
...
@@ -410,9 +410,12 @@ export default {
// this.addsearch();
},
//获取基本数据
getCaseHis
(
code
)
{
getCaseHis
(
code
,
type
)
{
var
url
=
type
?
`/medical/Get/hqmshisID?id=
${
code
}
&type=
${
type
}
`
:
`/medical/Get/casehisData?id=
${
code
}
`
http
.
post
(
`/medical/Get/casehisData?id=
${
code
}
`
,
{})
.
post
(
url
,
{})
.
then
((
data
)
=>
{
this
.
casehisObj
=
data
this
.
diagMapList
=
data
.
diagMapList
...
...
@@ -423,8 +426,11 @@ export default {
},
//获取列表数据
getlist
()
{
var
url
=
this
.
$route
.
query
.
type
?
`/medical/get/GetCorePercents/hqms?type=
${
this
.
$route
.
query
.
type
}
`
:
`/medical/get/GetCorePercents/setl`
http
.
post
(
`/medical/get/GetCorePercents/setl`
,
{
.
post
(
url
,
{
Type
:
1
,
DiagMapList
:
this
.
diagMapList
,
OpsMapList
:
this
.
opsMapList
,
...
...
@@ -490,7 +496,7 @@ export default {
// message: `${data.message}`,
// type: 'success'
// })
this
.
getCaseHis
(
this
.
$route
.
query
.
id
)
this
.
getCaseHis
(
this
.
$route
.
query
.
id
,
this
.
$route
.
query
.
type
)
})
.
catch
(()
=>
{})
},
...
...
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