duy 9 месяцев назад
Родитель
Сommit
2e94d6f59a
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/views/tentative/components/dataMap.vue

+ 1 - 0
src/views/tentative/components/dataMap.vue

@@ -215,6 +215,7 @@ export default {
     async parentClick(e) {
       let target = e.target;
       let bgs = document.querySelectorAll("#parent .oldlace-bg");
+      target.classList.add("oldlace-bg");
       //console.log(bgs)
 
       let tdEle = this.getParentTD(target);