Commit c9696894 authored by yanglilong's avatar yanglilong

'修改'

parent 652adcda
...@@ -292,6 +292,8 @@ export default { ...@@ -292,6 +292,8 @@ export default {
}).then((res) => { }).then((res) => {
if (res.returnCode === "0000") { if (res.returnCode === "0000") {
this.$message.success('结算成功'); this.$message.success('结算成功');
this.pagination.pageNum = 1;
this._getChargeListDetail();
}else{ }else{
this.$message.error(res.returnMsg); this.$message.error(res.returnMsg);
} }
......
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