Ver código fonte

删除花材

shish 2 anos atrás
pai
commit
c4eefd6e40
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      ghsApp/src/pagesOrder/detail.vue

+ 1 - 0
ghsApp/src/pagesOrder/detail.vue

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