Pārlūkot izejas kodu

fix online bug system code didn't show

haojianlong 5 gadi atpakaļ
vecāks
revīzija
84ab133d46
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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