@@ -146,7 +146,8 @@ export default {
this.loading = true;
const res = await appNginxConfigUpdate({
- ...this.filter,
+ ...this.filterData,
+ envId: this.curEnv.id,
content: this.nginxContent
}).catch(() => {});
this.loading = false;