Explorar el Código

标签管理 标签分类

DESKTOP-O04BTUJ\muzen hace 3 años
padre
commit
1b6af773cc
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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()
     },