fix:禅道308
This commit is contained in:
parent
5e8469dd1c
commit
2072004c00
|
|
@ -457,6 +457,9 @@ export default {
|
||||||
that.bwVisible = true;
|
that.bwVisible = true;
|
||||||
}else{
|
}else{
|
||||||
that.$message.warning("正在加载,请稍后...");
|
that.$message.warning("正在加载,请稍后...");
|
||||||
|
that.$API.wpm.handover.item.req(that.form.id).then(res=>{
|
||||||
|
that.form.handoverb[index].handoverbw = res.handoverb[index].handoverbw
|
||||||
|
})
|
||||||
that.bwVisible = true;
|
that.bwVisible = true;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue