This website works better with JavaScript.
Home
Explore
Help
Sign In
eln_TD
/
eln_web
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix:[模板管理]优化
zhangteng
15881625488@163.com
5 days ago
parent
c94cc6ff62
commit
5b9252b6ea
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
src/views/business/study/comp/enter.vue
+ 3
- 1
src/views/business/study/comp/enter.vue
View File
@ -96,8 +96,10 @@ export default {
this
.
study
=
row
}
,
showDetailCallback
(
val
)
{
this
.
$tab
.
refreshPage
(
)
;
this
.
showDetail
=
val
if
(
!
this
.
showDetail
)
{
this
.
$tab
.
refreshPage
(
)
;
}
}
,
changeTab
(
item
)
{
if
(
this
.
active
!==
item
.
key
)
{
Write
Preview
Loading…
Cancel
Save