三七 преди 2 месеца
родител
ревизия
1e96305075
променени са 3 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. 2 0
      src/views/his/doctorArticle/index.vue
  2. 2 0
      src/views/his/integralGoods/index.vue
  3. 2 0
      src/views/hisStore/integralGoods/index.vue

+ 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();
             });
           }