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
a207733c
Commit
a207733c
authored
Sep 11, 2024
by
唐玉峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
c9b161d7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
src/views/outHistorygrouping.vue
+14
-0
No files found.
src/views/outHistorygrouping.vue
View file @
a207733c
...
...
@@ -16,6 +16,15 @@
>
<el-button
class=
"outsetgrouping_button_Searchbtn"
v-if=
"$route.query.appeal"
style=
"margin-left: 10px"
size=
"mini"
type=
"primary"
@
click=
"toPage4"
>
可疑违规申诉
</el-button
>
<el-button
class=
"outsetgrouping_button_Searchbtn"
v-if=
"$route.query.patientInfo"
style=
"margin-left: 10px"
size=
"mini"
...
...
@@ -409,6 +418,7 @@ export default {
this
.
$nextTick
(()
=>
{
window
.
addEventListener
(
"mouseover"
,
this
.
myTimeOut
);
});
console
.
log
(
location
.
origin
);
this
.
myTimeOut
();
this
.
getCaseHis
(
this
.
$route
.
query
.
id
);
if
(
this
.
searchForm
.
diagName
.
length
>
0
)
{
...
...
@@ -653,6 +663,10 @@ export default {
})
.
catch
((
error
)
=>
{});
},
toPage4
()
{
let
url
=
`
${
location
.
origin
}
/#/Complaintviolation/medicalInsurance?noLeft=1&id=
${
this
.
$route
.
query
.
id
}
`
;
window
.
open
(
url
);
},
},
};
</
script
>
...
...
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