|
|
@ -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();
|
|
|
|