Skip to content

Commit

Permalink
feat: 增加制品预加载功能管理页面 #2683
Browse files Browse the repository at this point in the history
  • Loading branch information
lannoy0523 committed Nov 1, 2024
1 parent c142d08 commit 57e98c4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/frontend/devops-op/src/views/preload/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -242,16 +242,13 @@ export default {
onRouteUpdate(route) {
const query = route.query
const clientQuery = this.clientQuery
console.log(1)
debugger
if (clientQuery.projectId.trim() === '' && (!query.projectId || query.projectId === '' || query.projectId === undefined)) {
return
}
clientQuery.projectId = query.projectId ? query.projectId : ''
clientQuery.type = query.type ? query.type : this.clientQuery.type
clientQuery.repoName = query.repoName ? query.repoName : ''
clientQuery.pageNumber = query.page ? Number(query.page) : 1
console.log(clientQuery)
this.$nextTick(() => {
this.queryClients(clientQuery)
})
Expand Down

0 comments on commit 57e98c4

Please sign in to comment.