|
@@ -154,11 +154,11 @@ export default {
|
|
|
computed: {},
|
|
computed: {},
|
|
|
watch: {},
|
|
watch: {},
|
|
|
async mounted() {
|
|
async mounted() {
|
|
|
|
|
+ this.searchFun();
|
|
|
this.servicetype = await Getservicetype();
|
|
this.servicetype = await Getservicetype();
|
|
|
this.servicetype.forEach((ty) => {
|
|
this.servicetype.forEach((ty) => {
|
|
|
this.sertypeMap[ty.dictValue] = ty.dictLabel;
|
|
this.sertypeMap[ty.dictValue] = ty.dictLabel;
|
|
|
});
|
|
});
|
|
|
- this.searchFun();
|
|
|
|
|
},
|
|
},
|
|
|
};
|
|
};
|
|
|
</script>
|
|
</script>
|