拍照时间表设置

master
fanluyan 2 years ago
parent b6dd125070
commit fdd76c0e5e

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

Loading…
Cancel
Save