缮证
Showing
1 changed file
with
1 additions
and
2 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-25 15:25:30 | 4 | * @LastEditTime: 2023-08-25 15:26:39 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="szxx"> | 7 | <div class="szxx"> |
... | @@ -116,7 +116,6 @@ | ... | @@ -116,7 +116,6 @@ |
116 | var bsmSlsq = this.$route.query.bsmSlsq; | 116 | var bsmSlsq = this.$route.query.bsmSlsq; |
117 | getSlsqBdcqzList({ bsmSlsq: bsmSlsq }).then((res) => { | 117 | getSlsqBdcqzList({ bsmSlsq: bsmSlsq }).then((res) => { |
118 | if (res.code === 200) { | 118 | if (res.code === 200) { |
119 | debugger | ||
120 | this.tableData = res.result; | 119 | this.tableData = res.result; |
121 | if (res.result) { | 120 | if (res.result) { |
122 | this.bdcqz = res.result[0]; | 121 | this.bdcqz = res.result[0]; | ... | ... |
-
Please register or sign in to post a comment