diff --git a/src/components/tablecmt/tablecmt.vue b/src/components/tablecmt/tablecmt.vue index 1a6c17ff..7ce99cd3 100644 --- a/src/components/tablecmt/tablecmt.vue +++ b/src/components/tablecmt/tablecmt.vue @@ -6,6 +6,7 @@ :summary-method="getSummaries" v-loading="loading" @selection-change="handleSelectionChange" + height="600" > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -381,9 +323,9 @@ export default { getstatistics(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => { this.statistics = res.data.data }); - getDetail(row.id).then(res => { - this.form = res.data.data; - }); + // getDetail(row.id).then(res => { + // this.form = res.data.data; + // }); } } }; diff --git a/src/views/distribution/deliverylist/distributionDeliveryList2.vue b/src/views/distribution/deliverylist/distributionDeliveryList2.vue index a28d7be0..5a993325 100644 --- a/src/views/distribution/deliverylist/distributionDeliveryList2.vue +++ b/src/views/distribution/deliverylist/distributionDeliveryList2.vue @@ -87,64 +87,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -386,9 +328,7 @@ export default { getstatistics(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => { this.statistics = res.data.data }); - getDetail(row.id).then(res => { - this.form = res.data.data; - }); + } } }; diff --git a/src/views/distribution/deliverylist/distributionDeliveryList3.vue b/src/views/distribution/deliverylist/distributionDeliveryList3.vue index e0c860b4..e7a15368 100644 --- a/src/views/distribution/deliverylist/distributionDeliveryList3.vue +++ b/src/views/distribution/deliverylist/distributionDeliveryList3.vue @@ -85,64 +85,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -384,9 +326,7 @@ export default { getstatistics(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => { this.statistics = res.data.data }); - getDetail(row.id).then(res => { - this.form = res.data.data; - }); + } } };