| | |
| | | }, |
| | | // 重置 |
| | | handleReset(){ |
| | | this.context=""; |
| | | this.messageStatus=0; |
| | | this.getMessageList(); |
| | | }, |
| | | // 查看 |
| | | handleView(data){ |
| | |
| | | }, |
| | | // 获取消息数据 |
| | | getMessageList() { |
| | | SMS.getSMSTemplateList({ current: this.currentPage, pageSize: this.pageSize, context: this.context, type: this.messageType }) |
| | | SMS.getSMSTemplateList({ current: this.currentPage, pageSize: this.pageSize, title: this.context, type: this.messageStatus }) |
| | | .then(({ records, total }) => { |
| | | this.tableData = records; |
| | | this.totalNum = total; |
| | |
| | | &::v-deep .el-dialog__close { |
| | | width: 20px; |
| | | height: 20px; |
| | | // color: #fff; |
| | | } |
| | | |
| | | &::v-deep .el-dialog__body { |