Sfoglia il codice sorgente

标签管理 标签分类 打开弹窗清空上一次保存历史 防止其他分类数据污染

DESKTOP-O04BTUJ\muzen 3 anni fa
parent
commit
21f97f636a
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/views/label/tag/detail.vue

+ 1 - 0
src/views/label/tag/detail.vue

@@ -290,6 +290,7 @@ export default {
     getDialog() {
       if (this.dialogForm.type) {
         this.dialogVisible = true
+        this.ids = []
         this.getPage()
       } else {
         this.$message.error('请选择三级标签再新增内容!')