|
@@ -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) {
|