|
|
|
@ -576,7 +576,7 @@
|
|
|
|
|
margin-bottom: 8px;
|
|
|
|
|
margin-right: 15px;"
|
|
|
|
|
>
|
|
|
|
|
<el-button type="primary" icon="search" @click="handleCurrentChange"
|
|
|
|
|
<el-button type="primary" icon="search" @click="handleCurrentChangeSelect"
|
|
|
|
|
style="text-align:right"
|
|
|
|
|
>查询
|
|
|
|
|
</el-button>
|
|
|
|
@ -1081,10 +1081,12 @@ export default {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
,
|
|
|
|
|
|
|
|
|
|
handleCurrentChangeSelect() {
|
|
|
|
|
this.filterQueryDrugLevel.page = 1
|
|
|
|
|
this.handleCurrentChange()
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
handleCurrentChange() {
|
|
|
|
|
|
|
|
|
|
this.selectDrugLevel()
|
|
|
|
|
},
|
|
|
|
|
addDrugLevel() {
|
|
|
|
|