提交 50a90072 authored 作者: lhh's avatar lhh

update

上级 3f727607
...@@ -102,7 +102,7 @@ const mergeJson = function (target: any, source: any) { ...@@ -102,7 +102,7 @@ const mergeJson = function (target: any, source: any) {
const option = computed(() => { const option = computed(() => {
return fieldsValue.reduce((a: any, b: any) => { return fieldsValue.reduce((a: any, b: any) => {
if (parseInt(b.type) === 4 || parseInt(b.type) === 5) { if (parseInt(b.type) === 5) {
a.push(b) a.push(b)
} }
return a return a
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论