1. 解决首次登陆可能出错的问题
2. 表单配置后数据为1111的问题 3.下单时可能出现错误配置提示的问题
This commit is contained in:
@@ -246,7 +246,7 @@ export default {
|
||||
_fields.push({
|
||||
name: key,
|
||||
title: key,
|
||||
value: formValue[key] || '1111'
|
||||
value: formValue[key]
|
||||
})
|
||||
})
|
||||
_pram.fields = _fields
|
||||
|
||||
Reference in New Issue
Block a user