lhl 3 달 전
부모
커밋
ae3f5badfc
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      pages/applic/contribution.vue

+ 3 - 2
pages/applic/contribution.vue

@@ -298,8 +298,9 @@
 				chosintention({}).then(({
 					data
 				}) => {
-					this.chooseDire = data.map(item => item.name)
-					this.chooseList = data
+					let arr = data.filter(item => item.status == 'normal')
+					this.chooseDire = arr.map(item => item.name)
+					this.chooseList = arr
 				}).catch()
 			},
 			// 选择捐赠意向