Selaa lähdekoodia

修改状态筛选

plg 4 kuukautta sitten
vanhempi
commit
4543a1ae59
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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) {