【修改】修改bug

This commit is contained in:
zhoulingpo
2023-05-15 16:33:49 +08:00
parent a8d424e51b
commit 904dfda851
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -341,7 +341,7 @@ export default {
console.log(this.processForm,"his.processFormhis.processFormhis.processForm")
// 判断报告名称是否重复
this.$api.reportProcess.JggleName({
id:this.processOld.dataId || '',
id:this.processOld.dataId||this.processForm.reportId || '',
name:this.processForm.name
}).then(async res=>{