@@ -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 });
},