Showing
2 changed files
with
1 additions
and
3 deletions
@@ -134,10 +134,8 @@ export default function() { | @@ -134,10 +134,8 @@ export default function() { | ||
134 | 134 | ||
135 | const address = find(get(addressInfo, 'data', []), { is_default: 'Y' }); | 135 | const address = find(get(addressInfo, 'data', []), { is_default: 'Y' }); |
136 | 136 | ||
137 | - if (address) { | ||
138 | commit(Types.FETCH_ORDER_ADDRESS, address); | 137 | commit(Types.FETCH_ORDER_ADDRESS, address); |
139 | } | 138 | } |
140 | - } | ||
141 | }, | 139 | }, |
142 | 140 | ||
143 | async fetchOrderPrice({ commit }, payload) { | 141 | async fetchOrderPrice({ commit }, payload) { |
-
Please register or login to post a comment