diff --git a/pc4mobx/organization/stores/managerDetach.js b/pc4mobx/organization/stores/managerDetach.js index 623884d..d7ad9df 100644 --- a/pc4mobx/organization/stores/managerDetach.js +++ b/pc4mobx/organization/stores/managerDetach.js @@ -71,7 +71,7 @@ export class ManagerDetachStore { } - @action("数据删除") delete() { + @action("批量删除") delete() { let params = { ids: this.ids };