소스 검색

原先的status固定写死=1,然后加一个字段studentProcessStatus替代原先status

lifanagju_citu 1 주 전
부모
커밋
fbe338fbb0
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      pagesA/student/internshipRecord.vue

+ 2 - 1
pagesA/student/internshipRecord.vue

@@ -70,7 +70,8 @@ const dataList = ref([])
 const getData = async () => {
   try {
     const params = {
-      status: tabList.value[current.value]?.value,
+      studentProcessStatus: tabList.value[current.value]?.value,
+      status: 1,
       ...query.value
     }
     if (!params?.status) return