Browse Source

截面组合图刷新bug

jwyu 8 months ago
parent
commit
bba59314ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/dataEntry_manage/chartSetting.vue

+ 1 - 1
src/views/dataEntry_manage/chartSetting.vue

@@ -2355,7 +2355,7 @@ export default {
         .then((res) => {
         .then((res) => {
           this.refreshLoading.close();
           this.refreshLoading.close();
           if (res.Ret === 200) {
           if (res.Ret === 200) {
-            [7,10,11].includes(this.chartInfo.ChartType) ? this.getChartDetail() : this.getPreviewChartInfo();
+            [7,10,11,14].includes(this.chartInfo.ChartType) ? this.getChartDetail() : this.getPreviewChartInfo();
             // this.$message.success('刷新成功');
             // this.$message.success('刷新成功');
             this.$message.success(this.$t('MsgPrompt.refresh_success_msg'));
             this.$message.success(this.$t('MsgPrompt.refresh_success_msg'));
           }
           }