mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2025-12-10 16:12:50 +00:00
完善
This commit is contained in:
parent
97e29ddc7f
commit
40e6122959
@ -17,7 +17,7 @@ export class DictTypeService extends BaseService {
|
||||
* @param ids
|
||||
*/
|
||||
async delete(ids) {
|
||||
super.delete(ids);
|
||||
await super.delete(ids);
|
||||
await this.dictInfoEntity.delete({
|
||||
typeId: In(ids),
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user