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
feat:[模板管理][update]
lkf
luojie
3 months ago
parent
03857e75bc
commit
eb24ebdedb
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
src/views/business/comps/template/TemplateTable.vue
+ 3
- 0
src/views/business/comps/template/TemplateTable.vue
View File
@ -147,6 +147,9 @@ export default {
getResource
(
)
{
return
this
.
$refs
.
templateComponent
.
getResource
(
)
;
}
,
getFilledFormData
(
)
{
return
this
.
$refs
.
templateComponent
.
getFilledFormData
(
)
;
}
,
getTemplateComponent
(
)
{
return
this
.
templateComponentMap
[
this
.
sn
]
}
,
Write
Preview
Loading…
Cancel
Save