11/12 维护药品选入药品层级带入批准文号

dev_unify
wangwei 8 months ago
parent 6752f96d4f
commit 5cea5f592d

@ -628,6 +628,7 @@ export default {
page: 1,
limit: 20,
total: 0,
approvalNum:"",
},
newProductData: {
cpmctymc: null,
@ -966,6 +967,7 @@ export default {
},
selectDrugLevel(){
//
this.filterQueryDrugLevel.approvalNum = this.newProductData.zczbhhzbapzbh
getDrugLevelList(this.filterQueryDrugLevel).then((response) => {
if (response.code == 20000) {
this.selectDrugLevelList = response.data.list || []

@ -908,7 +908,8 @@ export default {
cpmctymc: '',
page: 1,
limit: 20,
total: 0
total: 0,
approvalNum: "",
}
}
@ -1134,6 +1135,7 @@ export default {
},
selectDrugLevel() {
//
this.filterQueryDrugLevel.approvalNum = this.newProductData.zczbhhzbapzbh
getDrugLevelList(this.filterQueryDrugLevel).then((response) => {
if (response.code == 20000) {
this.selectDrugLevelList = response.data.list || []

Loading…
Cancel
Save