| | |
| | | @selection-change="tableChange"> |
| | | <el-table-column type="selection" min-width="5"> |
| | | </el-table-column> |
| | | <el-table-column prop="id" label="事件编号" min-width="10"> |
| | | <el-table-column prop="code" label="事件编号" min-width="10"> |
| | | <template slot-scope="scope"> |
| | | <el-link @click="JumpView(scope.row)">{{scope.row.id}}</el-link> |
| | | <el-link @click="JumpView(scope.row)">{{scope.row.code}}</el-link> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="eventSource" label="问题来源" min-width="10"> |
| | |
| | | .then(res=>{ |
| | | console.log(res); |
| | | if(res.code === 200){ |
| | | this.$message({ |
| | | this.$notify({ |
| | | title:'温馨提示', |
| | | message:'此事件已忽略,返回系统在学习', |
| | | type:'success', |
| | | message:'操作成功', |
| | | position: 'bottom-right' |
| | | }) |
| | | // this.$message({ |
| | | // type:'success', |
| | | // message:'操作成功', |
| | | // }) |
| | | this.getUserList(); |
| | | }else{ |
| | | this.$message({ |
| | |
| | | .then(res=>{ |
| | | console.log(res); |
| | | if(res.code === 200){ |
| | | this.$message({ |
| | | this.$notify({ |
| | | title:'温馨提示', |
| | | message:'此事件暂不处理,请前往暂不处理界面查看详情', |
| | | type:'success', |
| | | message:'操作成功', |
| | | position: 'bottom-right' |
| | | }) |
| | | // this.$message({ |
| | | // type:'success', |
| | | // message:'操作成功', |
| | | // }) |
| | | this.getUserList(); |
| | | }else{ |
| | | this.$message({ |