|
@ -125,8 +125,8 @@ export default { |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
created: function () { |
|
|
created: function () { |
|
|
// this.uploadUrl = `${window.SITE_CONFIG['apiURL']}/oss/file/uploadAllFile?token=${Cookies.get('token')}` |
|
|
this.uploadUrl = `${window.SITE_CONFIG['apiURL']}/oss/file/uploadAllFile?token=${Cookies.get('token')}` |
|
|
this.uploadUrl = `http://219.146.91.110:10000/epdc-api/oss/file/uploadAllFile?token=${Cookies.get('token')}` |
|
|
// this.uploadUrl = `http://219.146.91.110:10000/epdc-api/oss/file/uploadAllFile?token=${Cookies.get('token')}` |
|
|
}, |
|
|
}, |
|
|
mounted () { |
|
|
mounted () { |
|
|
this.pageDisabled = this.$route.query.disabled |
|
|
this.pageDisabled = this.$route.query.disabled |
|
@ -188,8 +188,8 @@ export default { |
|
|
}, |
|
|
}, |
|
|
// ----------文件上传下载---------- |
|
|
// ----------文件上传下载---------- |
|
|
handleFileCardPreview (file) { |
|
|
handleFileCardPreview (file) { |
|
|
// window.location.href = `${window.SITE_CONFIG['apiURL']}/oss/file/download?fileUrl=${file.url}` |
|
|
window.location.href = `${window.SITE_CONFIG['apiURL']}/oss/file/download?fileUrl=${file.url}` |
|
|
window.location.href = `http://219.146.91.110:10000/epdc-api/oss/file/download?fileUrl=${file.url}` |
|
|
// window.location.href = `http://219.146.91.110:10000/epdc-api/oss/file/download?fileUrl=${file.url}` |
|
|
}, |
|
|
}, |
|
|
beforeFileRemove (file, fileList) { |
|
|
beforeFileRemove (file, fileList) { |
|
|
return this.$confirm(`确定移除${file.name}?`) |
|
|
return this.$confirm(`确定移除${file.name}?`) |
|
@ -247,7 +247,7 @@ export default { |
|
|
let remindInfo = '' |
|
|
let remindInfo = '' |
|
|
for (var i = 0; i < this.dataForm.totalConfigList.length; i++) { |
|
|
for (var i = 0; i < this.dataForm.totalConfigList.length; i++) { |
|
|
for (var j = 0; j < this.dataForm.totalConfigList[i].configList.length; j++) { |
|
|
for (var j = 0; j < this.dataForm.totalConfigList[i].configList.length; j++) { |
|
|
if (this.dataForm.totalConfigList[i].configList[j].total <= 0 && this.dataForm.totalConfigList[i].showFlag === '1') { |
|
|
if (this.dataForm.totalConfigList[i].configList[j].total <= 0 && this.dataForm.totalConfigList[i].showFlag === '1' && this.dataForm.totalConfigList[i].configList[j].mustFlag === '1') { |
|
|
remindInfo += '第' + (i + 1) + '项、' |
|
|
remindInfo += '第' + (i + 1) + '项、' |
|
|
break |
|
|
break |
|
|
} |
|
|
} |
|
|