|
@@ -160,11 +160,11 @@
|
|
|
watch(
|
|
|
() => props.spInfo,
|
|
|
(newV, oldV) => {
|
|
|
- spInfos.id = newV.id;
|
|
|
- spInfos.priority = newV.priority;
|
|
|
- spInfos.procInstId = newV.procInstId;
|
|
|
+ spInfos.id = newV.result.id;
|
|
|
+ spInfos.priority = newV.result.priority;
|
|
|
+ spInfos.procInstId = newV.result.procInstId;
|
|
|
},
|
|
|
- {immediate:true, deep: true }
|
|
|
+ { deep: true }
|
|
|
);
|
|
|
|
|
|
watch(
|