【modify】使用ESLint格式化代码
This commit is contained in:
@@ -14,9 +14,9 @@
|
||||
*/
|
||||
|
||||
/** 字段默认值官方示例:获取地址 */
|
||||
export function demoFieldDefVal_getAddress(arg) {
|
||||
export function demoFieldDefVal_getAddress (arg) {
|
||||
if (!arg) {
|
||||
arg = '朝阳区'
|
||||
}
|
||||
return `北京市 ${arg}`
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user