Commit 588b2e51 authored by guoyou's avatar guoyou

延期租车修改成功后刷新

parent 195b3b63
...@@ -309,6 +309,7 @@ export default { ...@@ -309,6 +309,7 @@ export default {
postponeApi(params).then(data=>{ postponeApi(params).then(data=>{
if (data.status == 200) { if (data.status == 200) {
this.postponePop = false this.postponePop = false
this.dialogVisible = false
this.$message.success('操作成功') this.$message.success('操作成功')
}else{ }else{
this.$message.error(data.message) this.$message.error(data.message)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment