소스 검색

个人策略列表优化

gzb
guozhongbo 8 달 전
부모
커밋
2701568b29
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/views/schoolSection/strategy/personalStrategy.vue

+ 1
- 1
src/views/schoolSection/strategy/personalStrategy.vue 파일 보기

@@ -1001,7 +1001,7 @@ export default {
1001 1001
       this.showLoading = true;
1002 1002
       stPad_list_user({
1003 1003
         schoolid: this.curClass.schoolid || this.curClass.id,
1004
-        classid: this.curClass.id,
1004
+        classid: this.curClass.type === 2 ? this.curClass.id : "",
1005 1005
         page: this.searchForm.page,
1006 1006
         size: this.searchForm.size,
1007 1007
         name: this.searchForm.name

Loading…
취소
저장