cfort 2 лет назад
Родитель
Сommit
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'
-}
+}