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

Merge pull request !31 from Jimi/master
This commit is contained in:
Chopper711
2023-02-28 03:32:00 +00:00
committed by Gitee

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 = "添加验证码源";
},
//修改验证码源