拍照时间表设置

master
fanluyan 2 years ago
parent b6dd125070
commit fdd76c0e5e

@ -5,6 +5,7 @@
:visible.sync="isShow"
:close-on-click-modal="false"
width="1020px"
@close="handleclose"
>
<div class="setTimeTd">
<h3>时间表规则</h3>
@ -63,7 +64,7 @@
</div>
<div slot="footer" class="dialog-footer">
<!-- <el-button @click="getCheckedNodes"></el-button> -->
<el-button @click="isShow = false"> </el-button>
<el-button @click="handleclose"> </el-button>
<el-button type="primary" @click="submitForm()" :loading="sureloading"
> </el-button
>
@ -247,8 +248,11 @@ export default {
display() {
this.isShow = true;
},
hide() {
handleclose() {
this.isShow = false;
this.newzzList = [];
this.checkedAisle = "";
console.log(this.allCheckNode, "1111111111");
clearTimeout(this.timer);
this.timer = null;
},

Loading…
Cancel
Save