|
|
@@ -284,7 +284,7 @@
|
|
|
}
|
|
|
}
|
|
|
this.entityListData.entityList = list
|
|
|
- console.log('处理完的数据', list)
|
|
|
+ console.log('处理完的数据1', list)
|
|
|
}).catch(err => {
|
|
|
console.error(err)
|
|
|
})
|
|
|
@@ -317,7 +317,7 @@
|
|
|
}
|
|
|
}
|
|
|
this.entityListData.entityList = list
|
|
|
- console.log('处理完的数据', list)
|
|
|
+ console.log('处理完的数据2', list)
|
|
|
}).catch(err => {
|
|
|
console.error(err)
|
|
|
})
|