|
@@ -835,10 +835,11 @@ const delegateContractChange = async () => {
|
|
|
|
|
|
//获取委托数据
|
|
//获取委托数据
|
|
const getDelegateDataInfo = async () => {
|
|
const getDelegateDataInfo = async () => {
|
|
|
|
+ const { erTreeId } = nodeDataInfo.value
|
|
const { error, code, msg, data } = await samplingApi.getBussDataInfoTrialEntrust({
|
|
const { error, code, msg, data } = await samplingApi.getBussDataInfoTrialEntrust({
|
|
id: entrustId.value,
|
|
id: entrustId.value,
|
|
sampleId: editHtmlId.value,
|
|
sampleId: editHtmlId.value,
|
|
- pkeyId: nodeErTreeId.value,
|
|
|
|
|
|
+ pkeyId: erTreeId,
|
|
contractId: delegateContractId.value,
|
|
contractId: delegateContractId.value,
|
|
})
|
|
})
|
|
if (!error && code === 200) {
|
|
if (!error && code === 200) {
|