Przeglądaj źródła

Merge branch 'dev' of http://110.41.163.243:9980/kd-aiot/kd-aiot-frontend-mes into dengfei

695593266@qq.com 10 miesięcy temu
rodzic
commit
8bf79682b3
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      src/views/outsourcing/components/details.vue

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

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