Commit 74eeb2a2 authored by jingnan's avatar jingnan 👀

合并产品代码【7364】【6989】【6949】<2>【7593】

parent f5429f1f
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -362,7 +362,7 @@ export default {
}
},
getCollectStatus(data) {
const params = { 'id': data.id, 'dxClassname': data.dxClassname, 'subTypeName': data.subTypeName }
const params = { 'id': data.id, 'dxClassName': data.dxClassname, 'masterId': data.masterId, dxViewId: data.dxViewId || null }
getCollectStatus(params).then(res => {
this.collectStatus = res.items
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment