浏览代码

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