|
@@ -59,7 +59,7 @@
|
|
|
placeholder="年份日期选择"
|
|
|
@change="seasonYearChange"
|
|
|
/> -->
|
|
|
- <div v-else-if="chartInfo.ChartType === 2" @click="openDateDia" class="date-setting">
|
|
|
+ <div v-else-if="chartInfo.ChartType === 2&&chartInfo.Source!==11" @click="openDateDia" class="date-setting">
|
|
|
{{ season_year && season_year.length>0 ? season_year[0]+'~'+season_year[1]:"年份日期选择" }}
|
|
|
</div>
|
|
|
</div>
|
|
@@ -486,6 +486,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
+import * as sheetInterface from "@/api/modules/sheetApi.js";
|
|
|
import { dataBaseInterface,mychartInterface } from '@/api/api.js';
|
|
|
import futuresInterface from '@/api/modules/futuresBaseApi';
|
|
|
import chartRelevanceApi from '@/api/modules/chartRelevanceApi';
|
|
@@ -871,6 +872,8 @@ export default {
|
|
|
res=await statisticFeatureInterface.refreshChart({ ChartInfoId })
|
|
|
}else if(Source===10) {
|
|
|
res=await crossVarietyInterface.refreshChart({ ChartInfoId })
|
|
|
+ }else if(Source===11){
|
|
|
+ res=await sheetInterface.refreshCustomSheet({ChartInfoId});
|
|
|
}
|
|
|
|
|
|
this.refreshLoading = false;
|