| | |
| | | calcHeight: 54, |
| | | dialogWidth: 950, |
| | | tip: false, |
| | | border: false, |
| | | border: true, |
| | | //stripe:true, |
| | | index: true, |
| | | editBtn: false, |
| | |
| | | total: 0 |
| | | }, |
| | | query: {}, |
| | | newData: {}, |
| | | } |
| | | }, |
| | | |
| | |
| | | }, |
| | | |
| | | searchReset() { |
| | | this.query = {} |
| | | this.getUserPage(this.userPage) |
| | | this.query.articleId = this.articleId |
| | | this.userPage.currentPage = 1 |
| | | this.getUserPage(this.userPage, this.query) |
| | | }, |
| | | |
| | | searchChange(params, done) { |
| | | this.query = params |
| | | this.query.articleId = this.articleId |
| | | this.userPage.currentPage = 1 |
| | | this.getUserPage(this.userPage, params) |
| | | this.getUserPage(this.userPage, this.query) |
| | | done() |
| | | }, |
| | | initData(newData) { |
| | |
| | | openUser(row, type = 0) { |
| | | this.popupTableUserShow = true |
| | | this.query = {} |
| | | this.articleId = row.id |
| | | if (type == 0) { |
| | | this.userParams = { |
| | | articleId: row.id |