fix(个人信息): 三方平台信息校验

--user=郭雨琦 修复三方平台信息为输入也能校验成功
This commit is contained in:
guoyuqi 2021-11-30 17:38:46 +08:00 committed by xiaomeinvG
parent 78dce73002
commit 07f3572805
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@
},
handleAuth(type) {
let param = {...this.currentPlatformInfo};
debugger
if(type==='Jira'){
if(!param.jiraAccount){
this.$error(this.$t('organization.integration.input_api_account'));