@@ -481,12 +481,14 @@ export default {
updateArticle(this.form).then(response => {
this.msgSuccess("修改成功");
this.open = false;
+ this.reset();
this.getList();
});
} else {
addArticle(this.form).then(response => {
this.msgSuccess("新增成功");
}
@@ -484,12 +484,14 @@ export default {
updateIntegralGoods(this.form).then(response => {
addIntegralGoods(this.form).then(response => {