@@ -76,6 +76,7 @@ export default {
methods: {
getDetail(){
this.info=null
+ this.statusImg=''
apiBusinessTripDetail({BusinessApplyId:this.id}).then(res=>{
if(res.code===200){
this.info=res.data