Browse Source

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

‘suhuihui’ 2 months ago
parent
commit
177080c032

+ 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
 		})
 	}