|
|
|
@ -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(() => { |
|
|
|
|