Karsa 2 anni fa
parent
commit
e85f8ec475
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      src/views/chartShow/index.vue

+ 1 - 2
src/views/chartShow/index.vue

@@ -9,7 +9,6 @@
         class="chart-wrapper"
         id="chart-wrapper"
         v-loading="loading"
-        element-loading-spinner="el-icon-loading"
         element-loading-text="加载中..."
       >
         <chart :options="options" :chartId="chartInfo.ChartInfoId || 0" />
@@ -1292,7 +1291,7 @@ export default defineComponent({
       }else if(state.chartInfo.Source === 3){
         Ret=await ChartApi.refreshRelevanceChart({UniqueCode: state.chartInfo.UniqueCode});
       }
-        
+      loading.value = false;
       Ret === 200 && getChartInfo('refresh');
     },400)