|
|
|
@ -478,6 +478,7 @@ export default { |
|
|
|
id:this.rsId |
|
|
|
id:this.rsId |
|
|
|
}).then(res =>{ |
|
|
|
}).then(res =>{ |
|
|
|
this.detailInfo = res.data.data |
|
|
|
this.detailInfo = res.data.data |
|
|
|
|
|
|
|
this.insideInfo = res.data.data |
|
|
|
console.log('hace---------------',this.detailInfo.hasSaved) |
|
|
|
console.log('hace---------------',this.detailInfo.hasSaved) |
|
|
|
if(this.detailInfo.hasSaved == 1){ |
|
|
|
if(this.detailInfo.hasSaved == 1){ |
|
|
|
this.detailInfo.refWoId = res.data.data.refWoId == 0 ? '' : res.data.data.refWoId |
|
|
|
this.detailInfo.refWoId = res.data.data.refWoId == 0 ? '' : res.data.data.refWoId |
|
|
|
|