【修改】修改dataId为reportId
This commit is contained in:
@@ -957,7 +957,6 @@ export default {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
debugger
|
|
||||||
if (this.maxSelected == 1) {
|
if (this.maxSelected == 1) {
|
||||||
//
|
//
|
||||||
this.tableChecked = this.config.value
|
this.tableChecked = this.config.value
|
||||||
|
|||||||
@@ -255,7 +255,6 @@ export default {
|
|||||||
console.log("变化了", this.form)
|
console.log("变化了", this.form)
|
||||||
if (this.form.secrecyLast) {
|
if (this.form.secrecyLast) {
|
||||||
this.isShowTime = true
|
this.isShowTime = true
|
||||||
debugger
|
|
||||||
this.form.secrecyLast = new Date(this.form.secrecyLast)
|
this.form.secrecyLast = new Date(this.form.secrecyLast)
|
||||||
}
|
}
|
||||||
if (this.processForm.keyContent) {
|
if (this.processForm.keyContent) {
|
||||||
|
|||||||
@@ -169,7 +169,7 @@ export default {
|
|||||||
taskId: this.taskId,
|
taskId: this.taskId,
|
||||||
userId: this.$store.getters.userInfo.usid,
|
userId: this.$store.getters.userInfo.usid,
|
||||||
prcType: this.prcType,
|
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")
|
console.log(this.processForm,"his.processFormhis.processFormhis.processForm")
|
||||||
// 判断报告名称是否重复
|
// 判断报告名称是否重复
|
||||||
this.$api.reportProcess.JggleName({
|
this.$api.reportProcess.JggleName({
|
||||||
id:this.processOld.dataId||this.processForm.reportId || '',
|
id:this.processForm.reportId || '',
|
||||||
name:this.processForm.name
|
name:this.processForm.name
|
||||||
}).then(async res=>{
|
}).then(async res=>{
|
||||||
|
|
||||||
@@ -382,7 +382,7 @@ export default {
|
|||||||
taskId: this.taskId,
|
taskId: this.taskId,
|
||||||
userId: this.$store.getters.userInfo.usid,
|
userId: this.$store.getters.userInfo.usid,
|
||||||
prcType: this.prcType,
|
prcType: this.prcType,
|
||||||
reportId: this.processOld.dataId|| ''
|
reportId: this.processForm.reportId|| ''
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -60,7 +60,6 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
controlNode(node) {
|
controlNode(node) {
|
||||||
debugger
|
|
||||||
const permissionId = this.$store.getters.btnPerssion.map(item=>{
|
const permissionId = this.$store.getters.btnPerssion.map(item=>{
|
||||||
return item.id
|
return item.id
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user