@ -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: '',
total: 0
approvalNum: "",
}
@ -1134,6 +1135,7 @@ export default {
selectDrugLevel() {