Procházet zdrojové kódy

更改通用查询接口

cfort před 2 roky
rodič
revize
bb78d174d0

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

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