|
|
@@ -54,6 +54,8 @@ export const actions = {
|
|
|
commit('storeInfo/GET_COMPONENT_FAILURE', err)
|
|
|
})
|
|
|
} else {
|
|
|
+ // 如果是非标,清除上一次请求带出的器件信息
|
|
|
+ commit('storeInfo/GET_COMPONENT_SUCCESS', {})
|
|
|
return findStoreInfoFromUuid({ commit }, {uuid: commodity.storeid})
|
|
|
}
|
|
|
}, err => {
|