| | |
| | | :visible.sync="open" |
| | | width="1000px" |
| | | append-to-body |
| | | :before-close="handleClose" |
| | | :close-on-click-modal="false" |
| | | > |
| | | <el-form |
| | | ref="form" |
| | |
| | | :visible.sync="dialogTableVisible" |
| | | width="80%" |
| | | :close-on-click-modal="false" |
| | | @close="clearForm" |
| | | > |
| | | <div class="app-container"> |
| | | <!-- <el-row :gutter="24"> --> |
| | | <el-form |
| | | :model="form" |
| | | ref="queryForm" |
| | |
| | | :visible.sync="openOne" |
| | | width="1000px" |
| | | append-to-body |
| | | :before-close="handleClose" |
| | | :close-on-click-modal="false" |
| | | > |
| | | <el-form |
| | | ref="form" |
| | |
| | | queryParam: { |
| | | page: 1, |
| | | pageSize: 10, |
| | | bt: '', // 标题 |
| | | nr: '', // 建议内容 |
| | | bt: "", // 标题 |
| | | nr: "", // 建议内容 |
| | | }, |
| | | querycharge: { |
| | | pageNum: 1, |
| | | pageSize: 10, |
| | | }, |
| | | // 表单参数 |
| | | form: { |
| | | }, |
| | | form: {}, |
| | | // 表单校验 |
| | | rules: { |
| | | deleted: [ |
| | |
| | | this.getList(); |
| | | }, |
| | | |
| | | |
| | | methods: { |
| | | |
| | | handleClose(done) { |
| | | // this.cancel(); |
| | | /* this.$confirm("确认关闭?") |
| | |
| | | |
| | | handlecharge() { |
| | | this.querycharge.pageNum = 1; |
| | | |
| | | this.getlistJynr(); |
| | | }, |
| | | |
| | | // 清空表单数据 |
| | | clearForm() { |
| | | this.queryParam.bt = ""; // 清空标题 |
| | | this.queryParam.nr = ""; // 清空建议内容 |
| | | }, |
| | | |
| | | getDetailed() { |
| | | this.getlistJynr(); |
| | | this.dialogTableVisible = true; |