feat(M08-B): 补批量验收驳回
This commit is contained in:
@@ -29,7 +29,9 @@ for (const pattern of [
|
||||
'loadSettlements',
|
||||
'loadStatistics',
|
||||
'loadCleaners',
|
||||
'handleSyncTransfer'
|
||||
'handleSyncTransfer',
|
||||
'handleCompleteMany',
|
||||
'handleRejectMany'
|
||||
]) {
|
||||
assert.match(app, new RegExp(pattern.replace(/[.*+?^${}()|[\]\\]/g, '\\$&')));
|
||||
}
|
||||
@@ -69,6 +71,11 @@ for (const pattern of [
|
||||
'操作流水',
|
||||
'listCleaningTaskEvents',
|
||||
'loadingEvents',
|
||||
'批量验收',
|
||||
'批量驳回',
|
||||
'selectedSubmittedTasks',
|
||||
'complete-many',
|
||||
'reject-many',
|
||||
'photo-grid',
|
||||
'timeline-grid',
|
||||
'el-image',
|
||||
|
||||
Reference in New Issue
Block a user