Browse Source

Merge remote-tracking branch 'origin/termLink0615' into test

zhouna 3 years ago
parent
commit
a48d490138
1 changed files with 2 additions and 0 deletions
  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 });
     },