| | |
| | | res: 'data', |
| | | url: 'link' |
| | | }, |
| | | action: "/api/function/function/put-file-attach" |
| | | action: "/api/function/function/put-file-attach", |
| | | data: {}, |
| | | }, |
| | | ] |
| | | }, |
| | |
| | | res: 'data', |
| | | url: 'link' |
| | | }, |
| | | action: "/api/function/function/put-file-attach" |
| | | action: "/api/function/function/put-file-attach", |
| | | data: {}, |
| | | }, |
| | | ] |
| | | }, |
| | |
| | | handler(newVal){ |
| | | console.log(newVal) |
| | | if (newVal.length > 0) { |
| | | let url = data.fileUrl[0].value |
| | | let url = newVal[0].value |
| | | this.iframePath = 'http://192.168.0.200:8012/onlinePreview?url=' + encodeURIComponent(Base64.encode(url)) |
| | | } |
| | | } |