shish 1 year ago
parent
commit
6c75ae38ac
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ghsApp/src/admin/expend/list.vue

+ 1 - 0
ghsApp/src/admin/expend/list.vue

@@ -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()
 					}
 				})