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
e07210b8
Commit
e07210b8
authored
Jul 24, 2024
by
唐玉峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
..
parent
c711af64
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
src/views/outClinicalpathway.vue
+13
-2
No files found.
src/views/outClinicalpathway.vue
View file @
e07210b8
...
...
@@ -888,9 +888,17 @@ export default {
//更多--确定
goSeeok
()
{
if
(
this
.
radio
==
1
)
{
this
.
multipleSelection
[
0
]
=
this
.
goSeeform
;
this
.
multipleSelection1
.
splice
(
this
.
multipleSelection
.
findIndex
((
item
)
=>
item
.
uidd
==
this
.
goSeeform
.
uidd
),
1
,
this
.
goSeeform
);
}
else
{
this
.
multipleSelection1
[
0
]
=
this
.
goSeeform
;
this
.
multipleSelection1
.
splice
(
this
.
multipleSelection1
.
findIndex
((
item
)
=>
item
.
uidd
==
this
.
goSeeform
.
uidd
),
1
,
this
.
goSeeform
);
}
this
.
goSeeScoredialogFormVisible
=
false
;
},
...
...
@@ -1101,6 +1109,9 @@ export default {
item
.
isedit
=
true
;
});
}
console
.
log
(
this
.
multipleSelection
);
console
.
log
(
this
.
multipleSelection1
);
},
//获取左侧时间线数据
...
...
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