【fix ESLint】src/components、src/utils

This commit is contained in:
zhaoxiao
2023-03-06 14:04:51 +08:00
parent 8c5844500b
commit d564f67722
13 changed files with 106 additions and 121 deletions
@@ -14,7 +14,7 @@
*/
/** 字段默认值官方示例:获取地址 */
export function demoFieldDefVal_getAddress (arg) {
export function demoFieldDefValGetAddress (arg) {
if (!arg) {
arg = '朝阳区'
}