소스 검색

修改状态筛选

plg 6 달 전
부모
커밋
4543a1ae59
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/PlanUserStatus.vue

+ 1 - 1
src/components/PlanUserStatus.vue

@@ -356,7 +356,7 @@ export default {
         this.pageNum
       }&planId=${this.proDataLin.id}${
         this.studentName == "" ? "" : `&userName=${this.studentName}`
-      }${this.userStatus == "" ? "" : `&userStatus=${this.userStatus}`}`;
+      }${this.userStatus == "" ? "" : `&isComplete=${this.userStatus}`}`;
 
       this.$http.get(url, {}, (res) => {
         if (res && res.code == 200) {