Browse Source

标签管理 标签分类

DESKTOP-O04BTUJ\muzen 3 years ago
parent
commit
1b6af773cc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/label/tag/detail.vue

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

@@ -326,6 +326,8 @@ export default {
 
     // 重置
     getRefresh() {
+      this.dialogForm.name = ''
+      this.dialogForm.pageNum = 1
       this.dialogForm.pageSize = 10
       this.getSearch()
     },