scorpio hace 2 años
padre
commit
70e3f5a02c
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/views/store/component/info3.vue

+ 2 - 1
src/views/store/component/info3.vue

@@ -284,11 +284,12 @@ export default {
      * @param row
      */
     openFile(row) {
+      console.log(this.info)
       const routeUrl = this.$router.resolve({
         path: '/home/details',
         query: {
           pid: this.pid,
-          id: this.info.projectId,
+          id: this.info.id,
           dispatchType: row,
           type: 4
         }