学习很差啦 2023-03-01 14:59:57 +08:00
commit 2aa7b67b7a
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 = "添加验证码源";
},
//