|
|
|
@ -110,7 +110,7 @@ export default { |
|
|
|
onChangeFile(file, fileList){ |
|
|
|
this.fileList = fileList |
|
|
|
}, |
|
|
|
handleUploadFiles(){ |
|
|
|
handleUploadFiles(){ |
|
|
|
if (this.fileList.length === 0){ |
|
|
|
this.$message.error('请选择文件'); |
|
|
|
return; |
|
|
|
@ -128,7 +128,7 @@ export default { |
|
|
|
formData.append('createdBy', this.$store.state.user.name); |
|
|
|
formData.append('cAdditionalInfo', this.ossForm.remark); |
|
|
|
|
|
|
|
this.uploadLoading = true; |
|
|
|
/* this.uploadLoading = true; |
|
|
|
projectIncomeUpload(formData).then(({data})=>{ |
|
|
|
if (data && data.code === 0){ |
|
|
|
this.$message.success(data.msg); |
|
|
|
@ -141,7 +141,7 @@ export default { |
|
|
|
}).catch((error)=>{ |
|
|
|
this.$message.error(error); |
|
|
|
this.uploadLoading = false; |
|
|
|
}) |
|
|
|
}) */ |
|
|
|
}, |
|
|
|
handleRemove(row){ |
|
|
|
this.$confirm('确认删除吗?', '提示').then(() => { |
|
|
|
|