Commit 80a1597b by 西瓜

附件上传

parent 9309b7e8
......@@ -752,6 +752,14 @@ export default {
}
})
}
}).catch ( err => {
this.$alert('上传超时!', '提示', {
confirmButtonText: '确定',
type: 'waring',
callback: () => {
loading.close()
}
})
})
},
// 反馈附件上传
......@@ -782,6 +790,14 @@ export default {
}
})
}
}).catch ( err => {
this.$alert('上传超时!', '提示', {
confirmButtonText: '确定',
type: 'waring',
callback: () => {
loading.close()
}
})
})
},
handleChange (file, fileList, item) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment