Browse Source

modify some codes

master
xiaowuler 2 years ago
parent
commit
22b672b1ea
  1. 46
      04.系统编码/Frontend/src/components/MicrowaveRadiation.vue

46
04.系统编码/Frontend/src/components/MicrowaveRadiation.vue

@ -111,7 +111,7 @@
</el-select>
<p class="unit"></p>
<div class="refresh" @click="onRefreshPageHandlerClick"></div>
<div class="refresh" @click="onRefreshPageHandlerClick()"></div>
</div>
<div class="picture-view">
@ -949,30 +949,30 @@ export default {
//
const onRefreshPageHandlerClick = () => {
if( options.currentTab === 'MWR' ){
reloadData();
reloadChangeData();
// if( options.currentTab === 'MWR' ){
// reloadData();
}else if( options.currentTab === 'kuoxian' ){
BPBrokenLineData();
// }else if( options.currentTab === 'kuoxian' ){
// BPBrokenLineData();
}else if( options.currentTab === 'shixu' ){
convectiveIndexCAPEData();
convectiveIndexCINData();
kIndexApi();
sandIndexApi();
airPressureApi();
deltaTApi();
zeroHeightApi();
NegativeTwentyHeightApi();
}else if( options.currentTab === 'T-logP' ){
reloadTLogPData();
}else if( options.currentTab === 'shixu_BPFY' ){
reloadBPData();
}
// }else if( options.currentTab === 'shixu' ){
// convectiveIndexCAPEData();
// convectiveIndexCINData();
// kIndexApi();
// sandIndexApi();
// airPressureApi();
// deltaTApi();
// zeroHeightApi();
// NegativeTwentyHeightApi();
// }else if( options.currentTab === 'T-logP' ){
// reloadTLogPData();
// }else if( options.currentTab === 'shixu_BPFY' ){
// reloadBPData();
// }
}

Loading…
Cancel
Save