fix:禅道308

This commit is contained in:
shijing 2026-01-14 15:01:03 +08:00
parent 5e8469dd1c
commit 2072004c00
1 changed files with 4 additions and 1 deletions

View File

@ -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;
} }
}, },