king
2025-03-03 ddeac2e3dcb813d6fc2e7c693de65922dde9be1e
2025-03-03
3个文件已修改
33 ■■■■■ 已修改文件
src/tabviews/basetable/index.jsx 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/index.jsx 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/billprint/index.jsx 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/basetable/index.jsx
@@ -184,6 +184,17 @@
      if (window.backend && config.allSqls) {
        let keys = Object.keys(urlparam)
        if (config.urlFields && config.urlFields.length) {
          config.urlFields.forEach(field => {
            let key = field.toLowerCase()
            if (keys.includes(key)) return
            keys.push(key)
            urlparam[key] = ''
          })
        }
        config.allSqls.forEach(item => {
          item.id = md5(window.GLOB.appkey + item.v_id)
          if (['datasource', 'interface', 'excelOut'].includes(item.type)) {
src/tabviews/custom/index.jsx
@@ -229,6 +229,17 @@
      if (window.backend && config.allSqls) {
        let keys = Object.keys(urlparam)
        if (config.urlFields && config.urlFields.length) {
          config.urlFields.forEach(field => {
            let key = field.toLowerCase()
            if (keys.includes(key)) return
            keys.push(key)
            urlparam[key] = ''
          })
        }
        config.allSqls.forEach(item => {
          item.id = md5(window.GLOB.appkey + item.v_id)
          if (['datasource', 'interface', 'excelOut'].includes(item.type)) {
src/views/billprint/index.jsx
@@ -324,6 +324,17 @@
        if (window.backend && config.allSqls) {
          let urlparam = urlParam || {}
          let keys = Object.keys(urlparam)
          if (config.urlFields && config.urlFields.length) {
            config.urlFields.forEach(field => {
              let key = field.toLowerCase()
              if (keys.includes(key)) return
              keys.push(key)
              urlparam[key] = ''
            })
          }
          config.allSqls.forEach(item => {
            item.id = md5(window.GLOB.appkey + item.v_id)
            if (['datasource', 'interface', 'excelOut'].includes(item.type)) {