Procházet zdrojové kódy

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

liujt před 9 měsíci
rodič
revize
44a0a46365
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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')
 			},