mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 16:35:53 +08:00
@@ -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 = "添加验证码源";
|
||||||
},
|
},
|
||||||
//修改验证码源
|
//修改验证码源
|
||||||
|
|||||||
Reference in New Issue
Block a user