| | |
| | | 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 => { |
| | |
| | | |
| | | 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) |
| | | |