|
@@ -125,12 +125,9 @@
|
|
|
this.$message.error(res.data.retMsg);
|
|
|
}else {
|
|
|
res.data.data.forEach((data)=> {
|
|
|
- let keys = Object.keys(data);
|
|
|
- keys.forEach((key)=>{
|
|
|
- if (!data[key]){
|
|
|
- data[key] = '未填写'
|
|
|
- }
|
|
|
- })
|
|
|
+ if (!data.countyCount){
|
|
|
+ data.countyCount = "未填写"
|
|
|
+ }
|
|
|
})
|
|
|
this.tableData = res.data.data;
|
|
|
this.total = res.data.totalRecord;
|