浏览代码

修复主管提醒bug

cfort 3 年之前
父节点
当前提交
8c1c6efa2b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/business/platform/form/utils/custom/joinCURD.js

+ 1 - 1
src/business/platform/form/utils/custom/joinCURD.js

@@ -68,7 +68,7 @@ const dealData = (method, data) => {
         data = JSON.stringify(data)
     }
     // 对需要拼接key值的方法做处理
-    let strType = ['str', 'sql']
+    let strType = ['sql']
     let isStr = strType.includes(method)
     data = isStr ? `{"${method}":"${data}"}` : data
     //加密,获取md5密文