Commit 9bf31ddc authored by 刘殿昕's avatar 刘殿昕

up qa

parent 861875c2
...@@ -340,6 +340,7 @@ export default { ...@@ -340,6 +340,7 @@ export default {
message: "删除成功", message: "删除成功",
type: "success", type: "success",
}); });
this.getUserQA();
this.refreshData(); this.refreshData();
} }
}); });
...@@ -353,6 +354,7 @@ export default { ...@@ -353,6 +354,7 @@ export default {
message: "删除成功", message: "删除成功",
type: "success", type: "success",
}); });
this.getUserQA();
this.refreshData(); this.refreshData();
} }
}); });
......
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