瀏覽代碼

fix online bug system code didn't show

haojianlong 5 年之前
父節點
當前提交
84ab133d46
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/ledger/handsontables/system.vue

+ 1 - 1
src/components/ledger/handsontables/system.vue

@@ -614,7 +614,7 @@ export default {
               if (!!item.infos[key]) {
                 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({
                       id: item.id,
                       code: key