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