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:[模板管理][yp003]
ouqian
luojie
1 month ago
parent
93376986f5
commit
c744588221
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/components/Template/HandleFormItem.vue
+ 0
- 1
src/components/Template/HandleFormItem.vue
View File
@ -833,7 +833,6 @@ export default {
onDeleteTag
(
tagIndex
)
{
this
.
currentTagIndex
=
tagIndex
;
/
/
从
列
表
中
删
除
指
定
索
引
的
t
a
g
this
.
checkboxTagList
.
splice
(
tagIndex
,
1
)
;
this
.
emitCheckboxTagValue
(
)
;
this
.
$emit
(
"deleteTag"
,
tagIndex
)
;
}
,
Write
Preview
Loading…
Cancel
Save