Browse Source

requestType

lidie 1 year ago
parent
commit
9129718b94
1 changed files with 8 additions and 0 deletions
  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'
+}