|
@@ -728,7 +728,7 @@ function obtaingetDishonestDebtor() {
|
|
|
getDishonestDebtor(queryParams.value).then((res) => {
|
|
getDishonestDebtor(queryParams.value).then((res) => {
|
|
|
console.log("查询失信被执行人:", res)
|
|
console.log("查询失信被执行人:", res)
|
|
|
res.forEach(item => {
|
|
res.forEach(item => {
|
|
|
- const ObjectValue = {
|
|
|
|
|
|
|
+ const ObjectValue = {
|
|
|
name: item.enterpriseName,
|
|
name: item.enterpriseName,
|
|
|
time: '失信被执行人',
|
|
time: '失信被执行人',
|
|
|
state: 1,
|
|
state: 1,
|