king
2024-02-04 0bbaa727cdfc65622e33e91c4bf694c83f184535
src/views/design/header/versions/index.jsx
@@ -143,11 +143,12 @@
          obj_name: 'data',
          arr_field: 'ID,KeyWords,Remark,TypeName,Sort,SrcID',
          BID: '',
          exec_type: window.GLOB.execType || 'y'
        }
        param.LText = Utils.formatOptions(sql)
        param.LText = Utils.formatOptions(sql, param.exec_type)
        param.timestamp = moment().format('YYYY-MM-DD HH:mm:ss')
        param.secretkey = Utils.encrypt(param.LText, param.timestamp)
        param.secretkey = Utils.encrypt('', param.timestamp)
        param.DateCount = ''
        Api.genericInterface(param).then(response => {
@@ -318,11 +319,11 @@
    let param = {
      func: 'sPC_TableData_InUpDe',
      exec_type: 'y',
      exec_type: window.GLOB.execType || 'y',
      ID: version.BID
    }
    param.LText = Utils.formatOptions(sql)
    param.LText = Utils.formatOptions(sql, param.exec_type)
    param.timestamp = moment().format('YYYY-MM-DD HH:mm:ss')
    param.secretkey = Utils.encrypt('', param.timestamp)