소스 검색

更改通用查询接口

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 = {
-    sql: 'encipher',
+    // sql: 'encipher',
+    sql: 'general',
     delete: 'batchDelete',
     add: 'addDataContextTable',
     update: 'updatesBatchContextTable'
-}
+}