shish 1 سال پیش
والد
کامیت
6c75ae38ac
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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=>{
 				changePayTime({id:that.currentInfo.id,date:e.value}).then(res=>{
 					if(res.code == 1){
 					if(res.code == 1){
 						that.$msg(res.msg)
 						that.$msg(res.msg)
+						that.resetList()
 						that.init()
 						that.init()
 					}
 					}
 				})
 				})