king
2023-07-28 eb1249a516bf7ccf356618702a3e5cafb5ae5bc4
2023-07-28
2个文件已修改
9 ■■■■ 已修改文件
src/views/billprint/index.jsx 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/menudesign/index.jsx 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/billprint/index.jsx
@@ -664,7 +664,10 @@
            item.dataArray = fromJS(res.data).toJS()
          } else if (res.componentId === 'union' && res[item.dataName]) {
            item.data = res[item.dataName]
            item.dataArray = fromJS(res[item.dataName]).toJS()
            if (!Array.isArray(item.data)) {
              item.data = [item.data]
            }
            item.dataArray = fromJS(item.data).toJS()
          }
        })
src/views/menudesign/index.jsx
@@ -651,6 +651,8 @@
        comloading: false,
        needUpdate: true
      })
      window.GLOB.customMenu = config
      return
    }
@@ -729,6 +731,8 @@
      config.components = this.setPopView(config.components, parents, popbtns)
      this.setState({ delButtons: bts, config, comloading: false })
      window.GLOB.customMenu = config
    })
  }