lidie hace 1 año
padre
commit
9129718b94
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      src/business/platform/form/utils/custom/requestType.js

+ 8 - 0
src/business/platform/form/utils/custom/requestType.js

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