This commit is contained in:
学习很差啦
2023-03-01 14:59:57 +08:00

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