|
|
@@ -148,7 +148,7 @@
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr
|
|
|
- v-for="item in historicTaskInfos.historicTaskInfos"
|
|
|
+ v-for="item in historicTaskInfos.historicProcessInstanceInfos"
|
|
|
:key="item.id"
|
|
|
class="m-tr"
|
|
|
@click="selectTaskInfo(item)"
|
|
|
@@ -334,7 +334,7 @@ export default {
|
|
|
success: function (data) {
|
|
|
_self.loading=false;
|
|
|
_self.historicTaskInfos = data;
|
|
|
- _self.historicTaskInfos.historicTaskInfos.forEach(item => {
|
|
|
+ _self.historicTaskInfos.historicProcessInstanceInfos.forEach(item => {
|
|
|
try{
|
|
|
var content = JSON.parse(item.content);
|
|
|
var parentForm = '';
|
|
|
@@ -417,7 +417,7 @@ export default {
|
|
|
success: function (data) {
|
|
|
_self.loading=false;
|
|
|
_self.historicTaskInfos = data;
|
|
|
- _self.historicTaskInfos.historicTaskInfos.forEach(item => {
|
|
|
+ _self.historicTaskInfos.historicProcessInstanceInfos.forEach(item => {
|
|
|
try{
|
|
|
|
|
|
var content = JSON.parse(item.content);
|