增加注释
Showing
4 changed files
with
77 additions
and
0 deletions
-
Please register or sign in to post a comment
... | ... | @@ -45,6 +45,11 @@ |
}) | ||
}, | ||
methods: { | ||
/** | ||
* @description: handleSelectBdcdyh | ||
* @param {*} val | ||
* @author: renchao | ||
*/ | ||
handleSelectBdcdyh (val) { | ||
this.$emit('getBdcdyh', val); | ||
} | ||
... | ... |