【修改】修改dataId为reportId
This commit is contained in:
@@ -957,7 +957,6 @@ export default {
|
||||
})
|
||||
})
|
||||
}
|
||||
debugger
|
||||
if (this.maxSelected == 1) {
|
||||
//
|
||||
this.tableChecked = this.config.value
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -60,7 +60,6 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
controlNode(node) {
|
||||
debugger
|
||||
const permissionId = this.$store.getters.btnPerssion.map(item=>{
|
||||
return item.id
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user