|
@@ -5992,7 +5992,7 @@ export default {
|
|
|
duration: 2000
|
|
|
})
|
|
|
} else {
|
|
|
- failproccess(response, this.$notify)
|
|
|
+ failproccess(response, this.$notify, 1)
|
|
|
}
|
|
|
})
|
|
|
}
|
|
@@ -6074,7 +6074,7 @@ export default {
|
|
|
duration: 2000
|
|
|
})
|
|
|
} else {
|
|
|
- failproccess(response, this.$notify)
|
|
|
+ failproccess(response, this.$notify, 1)
|
|
|
}
|
|
|
})
|
|
|
}
|
|
@@ -6156,7 +6156,7 @@ export default {
|
|
|
duration: 2000
|
|
|
})
|
|
|
} else {
|
|
|
- failproccess(response, this.$notify)
|
|
|
+ failproccess(response, this.$notify, 1)
|
|
|
}
|
|
|
})
|
|
|
}
|
|
@@ -6260,7 +6260,7 @@ export default {
|
|
|
duration: 2000
|
|
|
})
|
|
|
} else {
|
|
|
- failproccess(response, this.$notify)
|
|
|
+ failproccess(response, this.$notify, 1)
|
|
|
}
|
|
|
})
|
|
|
}
|
|
@@ -6316,7 +6316,7 @@ export default {
|
|
|
duration: 2000
|
|
|
})
|
|
|
} else {
|
|
|
- failproccess(response, this.$notify)
|
|
|
+ failproccess(response, this.$notify, 1)
|
|
|
}
|
|
|
})
|
|
|
}
|
|
@@ -6373,7 +6373,7 @@ export default {
|
|
|
})
|
|
|
|
|
|
} else {
|
|
|
- failproccess(response, this.$notify)
|
|
|
+ failproccess(response, this.$notify, 1)
|
|
|
}
|
|
|
})
|
|
|
}
|
|
@@ -6715,7 +6715,7 @@ export default {
|
|
|
duration: 2000
|
|
|
})
|
|
|
} else {
|
|
|
- failproccess(response, this.$notify)
|
|
|
+ failproccess(response, this.$notify, 1)
|
|
|
}
|
|
|
})
|
|
|
return true
|
|
@@ -6754,9 +6754,10 @@ export default {
|
|
|
parammaps: {
|
|
|
reject: 1,
|
|
|
explain: value,
|
|
|
- id: row.id
|
|
|
+ id:row.id,
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
PostDataByName(data).then((response) => {
|
|
|
console.log('审核确认发送参数', this.requestParam)
|
|
|
this.isokDisable = false
|
|
@@ -6771,7 +6772,7 @@ export default {
|
|
|
this.getdataListSee.parammaps.id = this.modifyTemp.id
|
|
|
this.getSeeList(row)
|
|
|
} else {
|
|
|
- failproccess(response, this.$notify)
|
|
|
+ failproccess(response, this.$notify, 1)
|
|
|
}
|
|
|
})
|
|
|
})
|
|
@@ -6808,7 +6809,7 @@ export default {
|
|
|
duration: 2000
|
|
|
})
|
|
|
} else {
|
|
|
- failproccess(response, this.$notify)
|
|
|
+ failproccess(response, this.$notify, 1)
|
|
|
}
|
|
|
})
|
|
|
},
|