Skip to content

Commit

Permalink
Merge pull request #10793 from vhwweng/hw_codelib_pac
Browse files Browse the repository at this point in the history
feat: pac codelib #8125
  • Loading branch information
bkci-bot authored Aug 12, 2024
2 parents 249fbff + 986ea2a commit e157675
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,9 @@
userId () {
return this.$route.query.userId || ''
},
resetType () {
return this.$route.query.resetType || ''
},
scmType () {
return this.$route.query.scmType || ''
},
Expand Down Expand Up @@ -367,7 +370,7 @@
this.errorCode = e.httpStatus || 404
}).finally(() => {
if (this.userId) {
this.isLoading = loading
this.isLoading = this.resetType ? loading : false
} else {
this.isLoading = false
}
Expand Down

0 comments on commit e157675

Please sign in to comment.