| | |
| | | signContInfo(data) { |
| | | return $http.post('/inside/signContInfo', data); |
| | | }, |
| | | //合同预览 |
| | | getContInfo(data) { |
| | | return $http.post('/inside/getContInfo', data); |
| | | }, |
| | | // ======================================== |
| | | |
| | | } |
| | |
| | | objUrl = `${window.location.origin}` |
| | | } |
| | | this.contractUrl=[] |
| | | this.contractUrl =this.dataForm.contractUrl.map(element => { |
| | | this.$api.getContInfo({bizId: this.bizId, bizType: this.bizType}).then(res=>{ |
| | | this.contractUrl =res.body.contractUrl.map(element => { |
| | | return element = objUrl+element |
| | | }) |
| | | ImagePreview(this.dataForm.contractUrl); |
| | | ImagePreview(this.contractUrl); |
| | | }) |
| | | |
| | | }, |
| | | //图片click |
| | | imgClick: function () { |