scorpio 2 năm trước cách đây
mục cha
commit
b5a0178bd5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/home/component/dispatch.vue

+ 1 - 1
src/views/home/component/dispatch.vue

@@ -324,7 +324,7 @@ export default {
       if (api.offices.includes(item.fileFolder.suffix)) {
         const routeData = this.$router.resolve({
           path: '/home/file_detail',
-          query: { idL: item.id }
+          query: { id: item.id }
         })
         window.open(routeData.href, '_blank')
       } else {