|
@@ -55,7 +55,7 @@ const onOpen = (record, view = false) => {
|
|
open.value = true
|
|
open.value = true
|
|
if (record) {
|
|
if (record) {
|
|
formData.value = Object.assign({}, 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
|
|
resultList.value = res.records
|
|
})
|
|
})
|
|
}
|
|
}
|