修改bug

ywj_dev
wangwei 2 years ago
parent 772cb33242
commit eace895085

@ -35,6 +35,7 @@
placeholder="医疗器械注册人" placeholder="医疗器械注册人"
:remote-method="findMethod" :remote-method="findMethod"
:loading="loading" :loading="loading"
@clear="clear"
> >
<el-option <el-option
v-for="item in fromOptions" v-for="item in fromOptions"
@ -427,7 +428,10 @@ export default {
}, },
this.actDateRange = []; this.actDateRange = [];
}, },
clear(){
this.unionQuery.ylqxzcrbarmc==null;
this.unionQuery.cpmctymc=null;
},
searchList() { searchList() {
this.unionQuery.page = 1; this.unionQuery.page = 1;
this.getList(); this.getList();

Loading…
Cancel
Save