baichengfei 5 years ago
parent
commit
276ed4c034

+ 2 - 0
src/dashoo.cn/frontend_web/src/components/oilsupplier/goodsinfo.vue

@@ -943,8 +943,10 @@ export default {
               }
               }
             })
             })
             .catch(err => {
             .catch(err => {
+              callback()
               console.error(err)
               console.error(err)
             })
             })
+          callback()
         }
         }
       }
       }
     }
     }