|
|
@ -158,7 +158,7 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|
// 重置了表单
|
|
|
|
// 重置表单
|
|
|
|
resetForm(formName) {
|
|
|
|
resetForm(formName) {
|
|
|
|
this.$refs[formName].resetFields();
|
|
|
|
this.$refs[formName].resetFields();
|
|
|
|
this.brand = Object.assign({}, this.defaultBrand);
|
|
|
|
this.brand = Object.assign({}, this.defaultBrand);
|
|
|
|