zhuliu 11 months ago
parent
commit
7c219cf7d2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/utils/common.js

+ 2 - 1
src/utils/common.js

@@ -401,7 +401,8 @@ treeToArray(data,prop={children:children}){
     const router1 = router.resolve({
       path: '/checkFile',
       query: {
-        ...data,
+        // ...data,
+        fileName:data.fileName,
         FileUrl: FileUrl,
         guid:guid
       }