zhangjie 2 年 前
コミット
f2f62907a0
1 ファイル変更2 行追加1 行削除
  1. 2 1
      src/modules/admin/components/EditNginxContent.vue

+ 2 - 1
src/modules/admin/components/EditNginxContent.vue

@@ -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;