Przeglądaj źródła

更改通用查询接口

cfort 2 lat temu
rodzic
commit
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'
-}
+}