Browse Source

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

gongwencan 2 tháng trước cách đây
mục cha
commit
ffece8277e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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(() => {})
     },