This website works better with JavaScript
Home
Explore
Help
Register
Sign In
dashoo
/
supplier_system
forked from
dashoo/labsop_base
Watch
2
Star
3
Fork
0
Files
Browse Source
回调
baichengfei
5 years ago
parent
8bab3c378e
commit
276ed4c034
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
src/dashoo.cn/frontend_web/src/components/oilsupplier/goodsinfo.vue
+ 2
- 0
src/dashoo.cn/frontend_web/src/components/oilsupplier/goodsinfo.vue
View File
@@ -943,8 +943,10 @@ export default {
}
})
.catch(err => {
+ callback()
console.error(err)
})
+ callback()
}
}
}