Ver código fonte

新增批量更新接口

cfort 3 anos atrás
pai
commit
532d9c4b2b

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

@@ -8,6 +8,8 @@ export const requestType = {
     update: 'updateDataContextTable',
     // 批量修改
     updates: 'updateDatasContextTable',
+    // 批量修改 修改多条数据各自对应的值
+    updatesByWhere: 'updatesBatchContextTable',
     batchDelete: 'batchDelete',
     // 主管提醒(第一滴血)
     str: 'crudZhuGuan',