e11ceccc by yangwei

删除调试

1 parent 874795cb
......@@ -202,7 +202,6 @@ export default {
//不动产数据查询上报详情
getReportDetail({bsmReport:item.bsmSjsb}).then((res) => {
if (res.code == 200) {
debugger
this.dataReport = res.result;
}
})
......