licp
2024-07-11 4335d446344d10079a4bfabf59221efdf5730f1b
static/js/worker.js
@@ -39,7 +39,7 @@
  let list2 = []
  excelMethodList.forEach(item => {
    if (item.valueList.find(m => m.r == r && m.c == c)) {
    if (item.valueList&&item.valueList.length>0&&item.valueList.find(m => m.r == r && m.c == c)) {
      var comValue = {}
      item.valueList.forEach(a => {
        list.forEach(b => {
@@ -101,7 +101,8 @@
                    if(res.includes('/')){
                      return handleMoreParam(res,m.split('=')[1],'=')
                    }else{
                      return  res.trim() == str.trim()
                      // console.log(res.trim().replace(/[.,。、;:'";??“,]/g, ''),' == ',str.trim().replace(/[.,。、;:'";??“,]/g, ''))
                      return  res.trim().replace(/[.,。、;:'";??“,]/g, '') == str.trim().replace(/[.,。、;:'";??“,]/g, '')
                    }
                  }else{
                    return  eval(res) == eval(str)
@@ -186,7 +187,6 @@
                }
              })
            } else {
              console.log(333333)
              item.v.v = 0
              list.forEach(a => {
                if (a[0].r == item.r) {
@@ -199,6 +199,7 @@
                }
              })
            }
            console.log(tableList)
          }
          result = {
            method:'saveInsContext',