【修改】增加图标 修改删除10个的关键字 修改日期显示格式
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user