修改传参

dev-scheduling
jinna 2 weeks ago
parent 9e1fee040d
commit 29d73d9f68
  1. 1
      src/views/productionDisposition/hearingDialog.vue

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

Loading…
Cancel
Save