Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -162,9 +162,11 @@ export default { | ... | @@ -162,9 +162,11 @@ export default { |
| 162 | findPreMdeReport(obj).then(res => { | 162 | findPreMdeReport(obj).then(res => { |
| 163 | this.loading = false | 163 | this.loading = false |
| 164 | if (res.code === 200) { | 164 | if (res.code === 200) { |
| 165 | + // 2023-06-13 有数据 | ||
| 165 | if (res.data.dimensionList && res.data.dimensionList.length > 0) { | 166 | if (res.data.dimensionList && res.data.dimensionList.length > 0) { |
| 166 | this.dataHandle(res.data.dimensionList, 8) | 167 | this.dataHandle(res.data.dimensionList, 8) |
| 167 | } else { | 168 | } else { |
| 169 | + // this.dataHandle(res.data.dimensionList) // 重置数据 | ||
| 168 | this.msgWarning('未查询到数据') | 170 | this.msgWarning('未查询到数据') |
| 169 | } | 171 | } |
| 170 | } else { | 172 | } else { | ... | ... |
-
Please register or login to post a comment