| | |
| | | :total="tableList.length"> |
| | | </el-pagination> |
| | | </div> |
| | | <el-dialog title="数采配置" :visible.sync="dialogVisible3" width="920px" :before-close="submitForm3"> |
| | | <el-dialog title="数采配置" :visible.sync="dialogVisible3" width="920px" :before-close="closeForm"> |
| | | <el-form :model="configForm" :rules="rules" label-position="top" size="small" |
| | | ref="configForm" label-width="100px" class="demo-ruleForm"> |
| | | <div class="fomItem1"> |
| | |
| | | </el-form> |
| | | <span slot="footer" class="dialog-footer"> |
| | | <el-row> |
| | | <el-button @click="dialogVisible3=false">取 消</el-button> |
| | | <el-button @click="closeForm">取 消</el-button> |
| | | <el-button type="primary" @click="submitForm3" :loading="upLoad3">确 定</el-button> |
| | | </el-row> |
| | | </span> |
| | |
| | | currentChange(val) { |
| | | this.page.current = val |
| | | }, |
| | | closeForm () { |
| | | this.domains = [{ |
| | | refer1: '', |
| | | refer2: '', |
| | | x: '', |
| | | y: '' |
| | | }] |
| | | this.dialogVisible3 = false |
| | | this.$refs.configForm.resetFields(); |
| | | } |
| | | }, |
| | | } |
| | | </script> |