拍照时间表下发云台

menu1.0
fanluyan 7 months ago
parent 2d4442ee37
commit 4c8da93533

@ -80,7 +80,7 @@
</div>
</div>
<span slot="footer" class="dialog-footer">
<el-button @click="dialogVisible = false"> </el-button>
<el-button @click="closeTimeFun"> </el-button>
<el-button type="primary" @click="handleSetTimeClick"
>下发时间表</el-button
>
@ -562,6 +562,11 @@ export default {
this.deviceTimeList = val;
}
},
closeTimeFun() {
this.dialogVisible = false;
this.timeList = [];
this.deviceTimeList = [];
},
},
};
</script>

Loading…
Cancel
Save