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