소스 검색

fix: 协同申请列表增加启用状态参数

liujt 9 달 전
부모
커밋
44a0a46365
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/internalManagement/apply/index.vue

+ 1 - 1
pages/internalManagement/apply/index.vue

@@ -187,7 +187,7 @@
 				this.getDoneList()
 			},
 			async getBaseList() {
-				this.defaultList = await getBpmCustomFormList()
+				this.defaultList = await getBpmCustomFormList({status: 1})
 				console.log(this.defaultList,'this.defaultList')
 				this.baseList = await getByCode('collaborative_type')
 			},