修改bug

ywj_dev
wangwei 2 years ago
parent 772cb33242
commit eace895085

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

Loading…
Cancel
Save