Merge branch 'dev'
Showing
2 changed files
with
4 additions
and
3 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-30 17:07:26 | 4 | * @LastEditTime: 2023-08-31 09:25:12 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues loadingtext" v-Loading="loading" element-loading-text="拼命加载中..." style="height:720px;text-align: center;"> | 7 | <div class="from-clues loadingtext" v-Loading="loading" element-loading-text="拼命加载中..." style="height:720px;text-align: center;"> |
... | @@ -90,11 +90,12 @@ | ... | @@ -90,11 +90,12 @@ |
90 | if (res.code == 200) { | 90 | if (res.code == 200) { |
91 | this.noData = true | 91 | this.noData = true |
92 | if (res.result && res.result.length > 0) { | 92 | if (res.result && res.result.length > 0) { |
93 | this.activeName = res.result[0].bsmBdcqz | ||
94 | this.bdcqz = res.result[0] | 93 | this.bdcqz = res.result[0] |
95 | this.headTabBdcqz = res.result | 94 | this.headTabBdcqz = res.result |
96 | if (this.formData.bsmBdcqz) { | 95 | if (this.formData.bsmBdcqz) { |
97 | this.activeName = this.formData.bsmBdcqz | 96 | this.activeName = this.formData.bsmBdcqz |
97 | } else { | ||
98 | this.activeName = res.result[0].bsmBdcqz | ||
98 | } | 99 | } |
99 | if (this.bdcqz.bdcqzlx == 1) { | 100 | if (this.bdcqz.bdcqzlx == 1) { |
100 | this.drawTextOnImage() | 101 | this.drawTextOnImage() | ... | ... |
-
Please register or sign in to post a comment