Jelajahi Sumber

禅道bug 2220 修复

jingshuyong 10 bulan lalu
induk
melakukan
d093723489
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      src/views/outsourcing/components/details.vue

+ 2 - 1
src/views/outsourcing/components/details.vue

@@ -82,6 +82,7 @@
     <ele-pro-table
     <ele-pro-table
       ref="table2"
       ref="table2"
       v-if="detailType == 2"
       v-if="detailType == 2"
+      :datasource="row.detailList"
       :columns="columns2"
       :columns="columns2"
       cache-key="detailsTable2"
       cache-key="detailsTable2"
       height="calc(100vh - 350px)"
       height="calc(100vh - 350px)"
@@ -284,7 +285,7 @@
           //   this.$refs.table2.setData([...row.detailList]);
           //   this.$refs.table2.setData([...row.detailList]);
           // });
           // });
         }
         }
-
+        console.log(row, 'row 123');
         this.row = row;
         this.row = row;
       },
       },