소스 검색

Merge branch 'master' of http://8.130.72.63:18081/single-window/yqyc-system

‘suhuihui’ 6 달 전
부모
커밋
177080c032
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      snowy-admin-web/src/views/yqyc/zero/enterprise-qualification/result.vue

+ 1 - 1
snowy-admin-web/src/views/yqyc/zero/enterprise-qualification/result.vue

@@ -55,7 +55,7 @@ const onOpen = (record, view = false) => {
 	open.value = true
 	if (record) {
 		formData.value = Object.assign({}, record)
-		qyCheckListApi.qyCheckListPage({current: 1, size: 100, companyName: record.id}).then(res => {
+		qyCheckListApi.qyCheckListPage({current: 1, size: 100, id: record.id}).then(res => {
 			resultList.value = res.records
 		})
 	}