|
@@ -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)
|
|
|
|