删除调试
Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -202,7 +202,6 @@ export default { | ... | @@ -202,7 +202,6 @@ export default { |
202 | //不动产数据查询上报详情 | 202 | //不动产数据查询上报详情 |
203 | getReportDetail({bsmReport:item.bsmSjsb}).then((res) => { | 203 | getReportDetail({bsmReport:item.bsmSjsb}).then((res) => { |
204 | if (res.code == 200) { | 204 | if (res.code == 200) { |
205 | debugger | ||
206 | this.dataReport = res.result; | 205 | this.dataReport = res.result; |
207 | } | 206 | } |
208 | }) | 207 | }) | ... | ... |
-
Please register or sign in to post a comment