plg 4 місяців тому
батько
коміт
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) {