Browse Source

feat:[模板管理][yp003]

ouqian
luojie 1 month ago
parent
commit
c744588221
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/components/Template/HandleFormItem.vue

+ 0
- 1
src/components/Template/HandleFormItem.vue View File

@ -833,7 +833,6 @@ export default {
onDeleteTag(tagIndex) { onDeleteTag(tagIndex) {
this.currentTagIndex = tagIndex; this.currentTagIndex = tagIndex;
// tag // tag
this.checkboxTagList.splice(tagIndex, 1);
this.emitCheckboxTagValue(); this.emitCheckboxTagValue();
this.$emit("deleteTag", tagIndex); this.$emit("deleteTag", tagIndex);
}, },

Loading…
Cancel
Save