| | |
| | | > |
| | | <el-table-column type="selection" width="40" align="center" /> |
| | | <el-table-column label="编码" width="70" align="center" prop="id" /> |
| | | <el-table-column label="标题" width="120" align="center" prop="title" /> |
| | | <el-table-column label="建议内容" align="left" prop="advice" /> |
| | | <!-- <el-table-column |
| | | label="创建人" |
| | |
| | | page: 1, |
| | | pageSize: 10, |
| | | jynr: "", |
| | | jybt:"" |
| | | }, |
| | | list: [], |
| | | fList: {}, |
| | |
| | | console.log(this.list); |
| | | }, |
| | | search() { |
| | | this.queryParams.jynr = this.searchAdv; |
| | | this.queryParams.jybt = this.searchAdv; |
| | | this.queryParams.page = 1; |
| | | this.loading = true; |
| | | getKjTjAdviceKjbqBySex(this.queryParams).then((res) => { |