【修改】修改所有节点名
This commit is contained in:
@@ -156,7 +156,7 @@ export default {
|
||||
cancelButtonText: '取消',
|
||||
type: 'warning'
|
||||
}).then(() => {
|
||||
if (this.$route.query.taskDefinitionKey == 'aid4' ){
|
||||
if (this.$route.query.taskDefinitionKey == 'reEdit' ){
|
||||
// 有idde
|
||||
console.log(this.value)
|
||||
debugger
|
||||
@@ -217,7 +217,7 @@ export default {
|
||||
cancelButtonText: '取消',
|
||||
type: 'warning'
|
||||
}).then(() => {
|
||||
if (this.$route.query.taskDefinitionKey == 'aid4' ){
|
||||
if (this.$route.query.taskDefinitionKey == 'reEdit' ){
|
||||
if(row.id && row.id !=''){
|
||||
// this.$api.permissionProcess.deletReport({ids:[row.id]}).then(()=>{
|
||||
this.$emit('updateTable',this.value.filter(item => item.id !== row.id),[row.reportId])
|
||||
|
||||
Reference in New Issue
Block a user