fixed git integration error

This commit is contained in:
marvzhang
2020-07-01 15:13:51 +08:00
parent 222f3e9ec3
commit 5130396da6
3 changed files with 33 additions and 4 deletions

View File

@@ -40,6 +40,7 @@
<el-input
v-model="spiderForm.git_username"
:placeholder="$t('Git Username')"
@blur="onGitUrlChange"
/>
</el-form-item>
<el-form-item
@@ -51,6 +52,7 @@
v-model="spiderForm.git_password"
:placeholder="$t('Git Password')"
type="password"
@blur="onGitUrlChange"
/>
</el-form-item>
<el-form-item