@@ -642,6 +642,7 @@ export default {
delItem({id:that.detailInfo.id,smallId:item.id}).then(res=>{
if(res.code == 1){
that.$msg(res.msg)
+ that.init()
}
})