mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 14:56:07 +08:00
修复删除环境变量无效
This commit is contained in:
parent
d6614acf66
commit
903007e6ca
|
@ -49,6 +49,7 @@ export default class EnvService {
|
||||||
|
|
||||||
public async remove(ids: string[]) {
|
public async remove(ids: string[]) {
|
||||||
await EnvModel.destroy({ where: { id: ids } });
|
await EnvModel.destroy({ where: { id: ids } });
|
||||||
|
await this.set_envs();
|
||||||
}
|
}
|
||||||
|
|
||||||
public async move(
|
public async move(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user