@@ -512,10 +512,12 @@ | |||||
}); | }); | ||||
} else { | } else { | ||||
this.$message.error(data.msg); | this.$message.error(data.msg); | ||||
this.getData(this.search.pageNum) | |||||
} | } | ||||
}).catch(function (error) { | }).catch(function (error) { | ||||
this.$message.error("保存失败"); | this.$message.error("保存失败"); | ||||
console.log(error); | console.log(error); | ||||
this.getData(this.search.pageNum) | |||||
}); | }); | ||||
}).catch(() => { | }).catch(() => { | ||||
@@ -523,7 +525,6 @@ | |||||
type: 'info', | type: 'info', | ||||
message: '已取消' | message: '已取消' | ||||
}); | }); | ||||
}).finally(()=>{ | |||||
this.getData(this.search.pageNum) | this.getData(this.search.pageNum) | ||||
}) | }) | ||||
@@ -446,10 +446,13 @@ | |||||
}); | }); | ||||
} else { | } else { | ||||
this.$message.error(data.msg); | this.$message.error(data.msg); | ||||
this.getData(this.search.pageNum) | |||||
} | } | ||||
}).catch(function (error) { | }).catch(function (error) { | ||||
this.$message.error("保存失败"); | this.$message.error("保存失败"); | ||||
console.log(error); | console.log(error); | ||||
this.getData(this.search.pageNum) | |||||
}); | }); | ||||
}).catch(() => { | }).catch(() => { | ||||
@@ -457,7 +460,6 @@ | |||||
type: 'info', | type: 'info', | ||||
message: '已取消' | message: '已取消' | ||||
}); | }); | ||||
}).finally(()=>{ | |||||
this.getData(this.search.pageNum) | this.getData(this.search.pageNum) | ||||
}) | }) | ||||