202ba23b by 赵千

xml响应结果

1 parent 54d8d89c
......@@ -174,6 +174,7 @@ export default {
},
isShow (item) {
this.dataReport = item;
this.titleName = 'sjmx';
this.dialogVisible = true;
//获取表头列表
getDetail({ bsmReport: this.dataReport.bsmReport }).then((res) => {
......
......@@ -42,4 +42,4 @@ let mixin = {
}
}
}
export default mixin
\ No newline at end of file
export default mixin
......