duy 9 ماه پیش
والد
کامیت
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);