三七 4 дней назад
Родитель
Сommit
1e96305075

+ 2 - 0
src/views/his/doctorArticle/index.vue

@@ -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("新增成功");
               this.open = false;
+              this.reset();
               this.getList();
             });
           }

+ 2 - 0
src/views/his/integralGoods/index.vue

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

+ 2 - 0
src/views/hisStore/integralGoods/index.vue

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