Browse Source

未登录-列表显示

liusw 8 years ago
parent
commit
f16c039253
1 changed files with 2 additions and 1 deletions
  1. 2 1
      store/applyPurchase.js

+ 2 - 1
store/applyPurchase.js

@@ -19,7 +19,8 @@ let findStoreInfoFromUuid = function ({ commit }, params = {}) {
     }
     commit('purchaseManList/GET_PURCHASEMAN_SUCCESS', list)
   }, err => {
-    commit('purchaseManList/GET_PURCHASEMAN_FAILURE', err)
+    console.log(err)
+    commit('purchaseManList/GET_PURCHASEMAN_SUCCESS', list)
   })
 }