1. 解决首次登陆可能出错的问题

2. 表单配置后数据为1111的问题
3.下单时可能出现错误配置提示的问题
This commit is contained in:
stivepeim
2021-01-07 15:56:58 +08:00
parent 4ef5b480ec
commit d9bd170169
4 changed files with 1935 additions and 1223 deletions

View File

@@ -246,7 +246,7 @@ export default {
_fields.push({
name: key,
title: key,
value: formValue[key] || '1111'
value: formValue[key]
})
})
_pram.fields = _fields