able99 4 anos atrás
pai
commit
cdd7ff6dde
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      pagesMedia/liveOption.vue

+ 1 - 0
pagesMedia/liveOption.vue

@@ -137,6 +137,7 @@
 					this.defaultList = [{
 						url: res.data.imgUrl
 					}]
+					this.checkList.forEach(v=>v.checked = false)
 					res.data.liveWeek.split(',').forEach(site => {
 						this.checkList[parseInt(site) - 1].checked = true
 					})