diff --git a/components/area-product-list/special-area-wrapper.vue b/components/area-product-list/special-area-wrapper.vue index def0630..3220d2f 100644 --- a/components/area-product-list/special-area-wrapper.vue +++ b/components/area-product-list/special-area-wrapper.vue @@ -103,7 +103,6 @@ export default { }, created() { this.getAreaListById(UPGRADE_AREA.id, this.upgradeList) - this.getAreaListById(REISSUE_AREA.id, this.rescissionList) this.getAreaListById(REGIEST_AREA.id, this.registList) this.getAreaListById(REPURCHASE_AREA.id, this.repurchaseList) this.getAreaListById(HALF_PRICE_AREA.id, this.halfPriceList) diff --git a/pages/index/index.vue b/pages/index/index.vue index 86dc468..0c1f31b 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -49,7 +49,7 @@ ref="child2" @childMethodTrigger="callChildMethod" > - +