فهرست منبع

更改通用查询接口

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'
-}
+}