|
@@ -614,7 +614,7 @@ export default {
|
|
if (!!item.infos[key]) {
|
|
if (!!item.infos[key]) {
|
|
this.headers.map(child => {
|
|
this.headers.map(child => {
|
|
//如果一级标签为动态参数或者设定参数放入数据等待请求
|
|
//如果一级标签为动态参数或者设定参数放入数据等待请求
|
|
- if (key == child.infoPointCode && (child.InputMode == "L" || child.InputMode == "L1" || child.InputMode == "L2" || child.InputMode == "M")) {
|
|
|
|
|
|
+ if (key == child.InfoPointCode && (child.InputMode == "L" || child.InputMode == "L1" || child.InputMode == "L2" || child.InputMode == "M")) {
|
|
param.data.criterias.push({
|
|
param.data.criterias.push({
|
|
id: item.id,
|
|
id: item.id,
|
|
code: key
|
|
code: key
|