style:项目开启tree shake 配置
Showing
2 changed files
with
3 additions
and
7 deletions
| 1 | <!-- | 1 | <!-- | 
| 2 | * @Description: | 2 | * @Description: | 
| 3 | * @Autor: miaofang | 3 | * @Autor: miaofang | 
| 4 | * @LastEditTime: 2023-09-19 14:04:13 | 4 | * @LastEditTime: 2023-10-23 16:16:24 | 
| 5 | --> | 5 | --> | 
| 6 | <template> | 6 | <template> | 
| 7 | <div | 7 | <div | 
| ... | @@ -178,9 +178,8 @@ | ... | @@ -178,9 +178,8 @@ | 
| 178 | getCertificateList(this.formdata).then((res) => { | 178 | getCertificateList(this.formdata).then((res) => { | 
| 179 | if (res.code === 200) { | 179 | if (res.code === 200) { | 
| 180 | this.tableDatas.data = res.result ? res.result : []; | 180 | this.tableDatas.data = res.result ? res.result : []; | 
| 181 | console.log("this.tableDatas", this.tableDatas); | ||
| 182 | } | 181 | } | 
| 183 | }); | 182 | }) | 
| 184 | }, | 183 | }, | 
| 185 | /** | 184 | /** | 
| 186 | * @description: query | 185 | * @description: query | 
| ... | @@ -192,7 +191,7 @@ | ... | @@ -192,7 +191,7 @@ | 
| 192 | this.szxxtableData.data = res.result; | 191 | this.szxxtableData.data = res.result; | 
| 193 | this.key++; | 192 | this.key++; | 
| 194 | } | 193 | } | 
| 195 | }); | 194 | }) | 
| 196 | }, | 195 | }, | 
| 197 | /** | 196 | /** | 
| 198 | * @description: 获取证书内容 | 197 | * @description: 获取证书内容 | 
| ... | @@ -208,13 +207,11 @@ | ... | @@ -208,13 +207,11 @@ | 
| 208 | * @author: miaofang | 207 | * @author: miaofang | 
| 209 | */ | 208 | */ | 
| 210 | getHeadTabBdcqz () { | 209 | getHeadTabBdcqz () { | 
| 211 | console.log("formData", this.formData); | ||
| 212 | this.loading = true; | 210 | this.loading = true; | 
| 213 | getSlsqBdcqzList({ bsmSlsq: this.formData.bsmSlsq }).then((res) => { | 211 | getSlsqBdcqzList({ bsmSlsq: this.formData.bsmSlsq }).then((res) => { | 
| 214 | if (res.code == 200) { | 212 | if (res.code == 200) { | 
| 215 | this.noData = true; | 213 | this.noData = true; | 
| 216 | if (res.result && res.result.length > 0) { | 214 | if (res.result && res.result.length > 0) { | 
| 217 | console.log("res.resultttttttttttttttttttt", res.result); | ||
| 218 | this.bdcqz = res.result[0]; | 215 | this.bdcqz = res.result[0]; | 
| 219 | this.headTabBdcqz = res.result; | 216 | this.headTabBdcqz = res.result; | 
| 220 | if (this.bdcqz.bdcqzlx == 1) { | 217 | if (this.bdcqz.bdcqzlx == 1) { | ... | ... | 
- 
Please register or sign in to post a comment