| | |
| | | http:process.env.NODE_ENV == 'dev'? |
| | | 'http://localhost:8919/Equip_System/':'', |
| | | url:process.env.NODE_ENV == 'dev'? |
| | | 'http://localhost:8919/':'', |
| | | 'http://localhost:8919/Equip_System/':'', |
| | | }; |
| | |
| | | default: 0, |
| | | }, |
| | | }, |
| | | data() { |
| | | return {} |
| | | } |
| | | } |
| | | </script> |
| | | |
| | |
| | | this.base64 = base64; |
| | | |
| | | this.$nextTick(()=>{ |
| | | // 显示进度条 |
| | | this.progress.show = true; |
| | | if(this.allData.length != 0) { |
| | | // 请求后台 |
| | | this.$api.file.clearProgress() |
| | |
| | | states: this.getState, |
| | | dis: this.allData, |
| | | }; |
| | | console.log(searchParams); |
| | | // 请求后台获取数据 |
| | | this.$api.file.download(searchParams) |
| | | .then(res=>{ |