Browse Source

修复预约单列表

dev-xx
马远东 6 months ago
parent
commit
8d4cb271b6
  1. 10
      src/views/distribution/inventory/distributionStockArticleDetails.vue
  2. 1
      src/views/mail/order/list.vue

10
src/views/distribution/inventory/distributionStockArticleDetails.vue

@ -1477,11 +1477,11 @@ export default {
} }
}, },
}, },
async activated() { // async activated() {
if (this.pageId !== this.$route.query.id) return; // if (this.pageId !== this.$route.query.id) return;
await this.$nextTick(); // await this.$nextTick();
this.$refs.tableNode.handleCheckSelect(this.selectionList); // this.$refs.tableNode.handleCheckSelect(this.selectionList);
}, // },
}; };
</script> </script>

1
src/views/mail/order/list.vue

@ -1230,6 +1230,7 @@ export default {
query: { query: {
id: row.row.id, id: row.row.id,
name: '详情 - ' + row.row.orderCode, name: '详情 - ' + row.row.orderCode,
isZero:row.row.isZero
}, },
}); });
}, },

Loading…
Cancel
Save