|
@@ -161,9 +161,13 @@
|
|
})
|
|
})
|
|
},
|
|
},
|
|
toCopyProduct(row){
|
|
toCopyProduct(row){
|
|
|
|
+ const pam = this.searched ? {
|
|
|
|
+ currentPage: this.currentPage,
|
|
|
|
+ filter: this.filter
|
|
|
|
+ } : {currentPage: this.currentPage};
|
|
this.$router.push({
|
|
this.$router.push({
|
|
name:'AddMedicinePrompt',
|
|
name:'AddMedicinePrompt',
|
|
- params: {data:row,isCopy:true}
|
|
|
|
|
|
+ params: Object.assign(pam, {data:row,isCopy:true})
|
|
})
|
|
})
|
|
},
|
|
},
|
|
filterDatas(){
|
|
filterDatas(){
|