This commit is contained in:
Fine 2025-05-15 18:13:24 +08:00
parent 73e25dcea6
commit 99767833c8
2 changed files with 3 additions and 2 deletions

View File

@ -53,10 +53,10 @@ limitations under the License. -->
<el-switch <el-switch
v-model="coldStage" v-model="coldStage"
inline-prompt inline-prompt
active-text="Set data to warm" active-text="Set data to default"
inactive-text="Set data to cold" inactive-text="Set data to cold"
@change="changeDataMode" @change="changeDataMode"
width="120px" width="130px"
/> />
</span> </span>
<span class="ml-5" ref="themeSwitchRef"> <span class="ml-5" ref="themeSwitchRef">

View File

@ -114,6 +114,7 @@ limitations under the License. -->
durationRow.value = timeFormat(val); durationRow.value = timeFormat(val);
setDurationRow(durationRow.value); setDurationRow(durationRow.value);
duration.value = getDurationTime(); duration.value = getDurationTime();
refreshAlarms({ pageNum: 1 });
} }
function changeEntity(param: { value: string }[]) { function changeEntity(param: { value: string }[]) {