【修改】增加图标 修改删除10个的关键字 修改日期显示格式

This commit is contained in:
zhoulingpo
2023-05-15 16:06:36 +08:00
parent a3b7711582
commit d13c4f6e70
7 changed files with 125 additions and 85 deletions
+2 -2
View File
@@ -341,7 +341,7 @@ export default {
console.log(this.processForm,"his.processFormhis.processFormhis.processForm")
// 判断报告名称是否重复
this.$api.reportProcess.JggleName({
id:this.processForm.reportId || '',
id:this.processOld.dataId || '',
name:this.processForm.name
}).then(async res=>{
@@ -360,7 +360,7 @@ export default {
taskId: this.taskId,
userId: this.$store.getters.userInfo.usid,
prcType: this.prcType,
reportId: this.processForm.reportId|| ''
reportId: this.processOld.dataId|| ''
})
}
} else {