Merge branch 'master' of https://gitee.com/beijing_hongye_huicheng/lilishop-ui
commit
2aa7b67b7a
|
@ -278,10 +278,10 @@ export default {
|
||||||
},
|
},
|
||||||
//添加验证码源
|
//添加验证码源
|
||||||
add() {
|
add() {
|
||||||
|
this.$refs.form.resetFields()
|
||||||
this.form.type = this.searchForm.type;
|
this.form.type = this.searchForm.type;
|
||||||
this.modalVisible = true;
|
this.modalVisible = true;
|
||||||
this.modalType = 0;
|
this.modalType = 0;
|
||||||
this.$refs.form.resetFields()
|
|
||||||
this.modalTitle = "添加验证码源";
|
this.modalTitle = "添加验证码源";
|
||||||
},
|
},
|
||||||
//修改验证码源
|
//修改验证码源
|
||||||
|
|
Loading…
Reference in New Issue