瀏覽代碼

测试修改版2

zlSun 3 月之前
父節點
當前提交
ba71615126
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      src/views/semiPhysicalSystem/index.vue

+ 11 - 0
src/views/semiPhysicalSystem/index.vue

@@ -304,6 +304,17 @@
               }]
             })
           }
+        }).catch(()=>{
+          this.originalChart.setOption({
+            series:[{
+              data:null
+            }]
+          })
+          this.interferedChart.setOption({
+            series:[{
+              data:null
+            }]
+          })
         })
       },
       setFirstCellBold({ rowIndex }) {