linxuxiang 1 месяц назад
Родитель
Сommit
ad9cb667b1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/components/OptionWindow/index.vue

+ 1 - 1
src/components/OptionWindow/index.vue

@@ -310,7 +310,7 @@ const getClass = async () => {
 
 //选择测试区
 const getChooseArea = (data: any) => {
-  console.log('111111', data);
+  //console.log('111111', data);
   let id = data.key;
   let inData = chooseArea.value.includes(id);
   if (inData) {