diff --git a/src/views/Report/ReportList.vue b/src/views/Report/ReportList.vue index 02338c7..c55fc05 100644 --- a/src/views/Report/ReportList.vue +++ b/src/views/Report/ReportList.vue @@ -27,7 +27,7 @@ - + 查询 重置 @@ -92,34 +92,29 @@ --> - - + + - - 权限申请 -
- - - - - - - - - - - + + + + + + + + + + @@ -159,7 +154,7 @@ - + + - - - + +
@@ -304,8 +299,6 @@ export default { } ], - content: '', - checkIds: [] } }, watch: { @@ -318,24 +311,6 @@ export default { if (!value) return true; return data.label.indexOf(value) !== -1; }, - selectAllEvent ({ checked }) { - const records = this.$refs.xTable.getCheckboxRecords() - this.checkIds = records.map(item => { - return item.id - }) - }, - selectChangeEvent ({ checked }) { - const records = this.$refs.xTable.getCheckboxRecords() - this.checkIds = records.map(item => { - return item.id - }) - }, - permissionApp () { - this.$router.push({ - path: '/permission/step1', - query: { id: 'AEHJB8YNJ3', ids: this.checkIds.toString() } - }) - }, init () { this.labelList() this.reportDateList() @@ -465,6 +440,15 @@ export default {