xml响应结果
Showing
2 changed files
with
2 additions
and
1 deletions
... | @@ -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) => { | ... | ... |
-
Please register or sign in to post a comment