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