【修改】修改dataId为reportId

This commit is contained in:
zhoulingpo
2023-05-17 10:57:24 +08:00
parent 06c22b17c5
commit 12e6b536fb
5 changed files with 3 additions and 6 deletions
@@ -255,7 +255,6 @@ export default {
console.log("变化了", this.form)
if (this.form.secrecyLast) {
this.isShowTime = true
debugger
this.form.secrecyLast = new Date(this.form.secrecyLast)
}
if (this.processForm.keyContent) {
+1 -1
View File
@@ -169,7 +169,7 @@ export default {
taskId: this.taskId,
userId: this.$store.getters.userInfo.usid,
prcType: this.prcType,
reportId: this.processOld.dataId
reportId: this.processForm.reportId
})
}
})
+2 -2
View File
@@ -363,7 +363,7 @@ export default {
console.log(this.processForm,"his.processFormhis.processFormhis.processForm")
// 判断报告名称是否重复
this.$api.reportProcess.JggleName({
id:this.processOld.dataId||this.processForm.reportId || '',
id:this.processForm.reportId || '',
name:this.processForm.name
}).then(async res=>{
@@ -382,7 +382,7 @@ export default {
taskId: this.taskId,
userId: this.$store.getters.userInfo.usid,
prcType: this.prcType,
reportId: this.processOld.dataId|| ''
reportId: this.processForm.reportId|| ''
})
}
} else {