diff --git a/src/main.js b/src/main.js index 5d336585..dd7a8e1f 100644 --- a/src/main.js +++ b/src/main.js @@ -92,7 +92,7 @@ Vue.prototype.selectDictLabels = selectDictLabels Vue.prototype.addExportAuditRecord = addExportAuditRecord Vue.prototype.download = download -Vue.prototype.download = getRemoteFile +Vue.prototype.getRemoteFile = getRemoteFile Vue.prototype.handleTree = handleTree Vue.prototype.handleOptions = handleOptions Vue.prototype.Base64 = Base64