diff --git a/src/views/distribution/inventory/distributionStockArticleDetails.vue b/src/views/distribution/inventory/distributionStockArticleDetails.vue index 8d0d3722..010a2ff1 100644 --- a/src/views/distribution/inventory/distributionStockArticleDetails.vue +++ b/src/views/distribution/inventory/distributionStockArticleDetails.vue @@ -1477,11 +1477,11 @@ export default { } }, }, - async activated() { - if (this.pageId !== this.$route.query.id) return; - await this.$nextTick(); - this.$refs.tableNode.handleCheckSelect(this.selectionList); - }, + // async activated() { + // if (this.pageId !== this.$route.query.id) return; + // await this.$nextTick(); + // this.$refs.tableNode.handleCheckSelect(this.selectionList); + // }, }; diff --git a/src/views/mail/order/list.vue b/src/views/mail/order/list.vue index b0b513d6..96ed3113 100644 --- a/src/views/mail/order/list.vue +++ b/src/views/mail/order/list.vue @@ -1230,6 +1230,7 @@ export default { query: { id: row.row.id, name: '详情 - ' + row.row.orderCode, + isZero:row.row.isZero }, }); },