Explorar el Código

TagCode页面打印之后添加刷新页面功能

gongwencan hace 2 meses
padre
commit
ffece8277e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/TagCode.vue

+ 1 - 0
src/views/TagCode.vue

@@ -317,6 +317,7 @@ export default {
             type: 'success',
             position: 'bottom-right'
           })
+          this.loadList()
         }
       }).catch(console.error).finally(() => {})
     },