202ba23b by 赵千

xml响应结果

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