浏览代码

更改通用查询接口

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

+ 3 - 2
src/business/platform/form/utils/custom/requestType.js

@@ -1,7 +1,8 @@
 // 通用请求,增删改查
 // 通用请求,增删改查
 export const normal = {
 export const normal = {
-    sql: 'encipher',
+    // sql: 'encipher',
+    sql: 'general',
     delete: 'batchDelete',
     delete: 'batchDelete',
     add: 'addDataContextTable',
     add: 'addDataContextTable',
     update: 'updatesBatchContextTable'
     update: 'updatesBatchContextTable'
-}
+}