scorpio 2 vuotta sitten
vanhempi
commit
70e3f5a02c
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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
         }