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;