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

master
Jimi 2023-02-28 09:21:41 +08:00
parent 32b29f45e7
commit 08c62e5c9c
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 = "添加验证码源";
},
//