This commit is contained in:
nyoung 2024-09-01 21:38:13 +08:00
parent b632f62693
commit c27720eea0

View File

@ -554,7 +554,7 @@
}, },
watchWork(row){ watchWork(row){
workOrderView(row.id).then(res=>{ workOrderView(row.id).then(res=>{
this.htmlStr = res.msg this.htmlStr = res.data
}) })
this.open = true this.open = true
this.form = row this.form = row