!31 修复添加源时默认切换源类型不正确问题

Merge pull request !31 from Jimi/master
master
Chopper711 2023-02-28 03:32:00 +00:00 committed by Gitee
commit 7052fa7420
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -278,10 +278,10 @@ export default {
},
//
add() {
this.$refs.form.resetFields()
this.form.type = this.searchForm.type;
this.modalVisible = true;
this.modalType = 0;
this.$refs.form.resetFields()
this.modalTitle = "添加验证码源";
},
//