소스 검색

fix: 修复参数问题

zhangyuhan 1 년 전
부모
커밋
2cb7f4c5bd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      data/data-models/modules/quick-monitor/plugins/project-api.js

+ 1 - 1
data/data-models/modules/quick-monitor/plugins/project-api.js

@@ -53,7 +53,7 @@ export default class MonitorProjectApi extends MonitorApiBase {
     })
   }
   async ajaxRemove() {
-    return ajaxFollowProjectCancel({ sid: this.id, fid: this.fid }).then(
+    return ajaxFollowProjectCancel({ fid: this.fid }).then(
       (res) => {
         const result = {
           success: false,