Explorar o código

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

liujt hai 9 meses
pai
achega
44a0a46365
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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')
 			},