【修改】修改编辑报告流程

This commit is contained in:
zhoulingpo
2023-05-11 15:14:24 +08:00
parent 2c40afc090
commit 431f274fc6
2 changed files with 13 additions and 6 deletions
+3
View File
@@ -190,6 +190,9 @@ export default {
getReportDetail(){
this.$api.report.getReportDetail(this.ids).then(res=>{
this.processForm=res.data
this.processForm.reportId=this.processForm.id
delete this.processForm['id']
})
},
handleReset() {