| | |
| | | ::v-deep .el-tree-node__label { |
| | | line-height: 30px; |
| | | font-size: 14px; |
| | | color: rgb(75, 155, 183); |
| | | // color: rgb(75, 155, 183); |
| | | } |
| | | </style> |
| | | <script> |
| | |
| | | pageSize: 10, |
| | | videoData: [], |
| | | value: "", |
| | | searchData: null, |
| | | }; |
| | | }, |
| | | methods: { |
| | |
| | | .catch((err) => this.$message.error(err)); |
| | | }, |
| | | selectedDepartment(data) { |
| | | this.currentPage = 1; |
| | | |
| | | if (!data.children) { |
| | | this.searchData = data; |
| | | this.getVideoPointList(data); |
| | | } else { |
| | | data.parentId = data.id; |
| | | data.id = null; |
| | | this.searchData = data; |
| | | this.getVideoPointList(data); |
| | | } |
| | | this.currentPage = 1; |
| | | }, |
| | | current_change(e) { |
| | | this.currentPage = e; |
| | | |
| | | this.getVideoPointList(); |
| | | this.getVideoPointList(this.searchData); |
| | | }, |
| | | }, |
| | | }; |