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