@@ -117,6 +117,7 @@ export default {
changePayTime({id:that.currentInfo.id,date:e.value}).then(res=>{
if(res.code == 1){
that.$msg(res.msg)
+ that.resetList()
that.init()
}
})