【修改】

This commit is contained in:
zhoulingpo
2023-05-18 17:18:20 +08:00
parent 1011adf46c
commit bbd4e80f1b
2 changed files with 61 additions and 6 deletions
+2 -1
View File
@@ -367,7 +367,8 @@ export default {
// 判断报告名称是否重复
this.$api.reportProcess.JggleName({
id:this.processForm.reportId || '',
name:this.processForm.name
name:this.processForm.name,
prcType:this.prcType
}).then(async res=>{
this.processForm.createUserId=this.userId