SanHQin há 1 mês atrás
pai
commit
cc4f67d68d

+ 9 - 9
src/views/Student/components/choiceQuestionDetailDialog.vue

@@ -165,15 +165,15 @@ watch(() => echartsArea1.value, (newVal, oldVal) => {
 })
 
 watch(() => props.slideWidth, (newVal) => {
-  if (newVal && props.showData.workDetail && props.showData.workDetail.type === '45') {
-    console.log('宽度变化', newVal)
-    if (myChart.value) {
-      myChart.value.resize()
-    }
-    // setTimeout(() => {
-    //   setEchartsArea1()
-    // }, 1000)
-  }
+  // if (newVal && props.showData.workDetail && props.showData.workDetail.type === '45') {
+  //   console.log('宽度变化', newVal)
+  //   if (myChart.value) {
+  //     myChart.value.resize()
+  //   }
+  // setTimeout(() => {
+  //   setEchartsArea1()
+  // }, 1000)
+  // }
 })