模块管理分权

This commit is contained in:
Chengliang 2022-10-21 14:40:47 +08:00
parent 8ca38016a7
commit f9cb61f140
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ export class ManagerDetachStore {
}
@action("数据删除") delete() {
@action("批量删除") delete() {
let params = {
ids: this.ids
};