zhouna пре 3 година
родитељ
комит
806c3a75b2
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      src/components/icss/drug/DrugManage.vue

+ 2 - 0
src/components/icss/drug/DrugManage.vue

@@ -254,6 +254,8 @@ export default {
             filter: this.filter
           }
         : { currentPage: this.currentPage, pageSize: this.pageSize };
+
+        this.data = {};
         this.showModal()
       // this.$router.push({ name: 'AddDrug', params: pam });
     },