|
@@ -700,6 +700,7 @@ export default {
|
|
|
getAction(url, params).then(res => {
|
|
getAction(url, params).then(res => {
|
|
|
if (res.success) {
|
|
if (res.success) {
|
|
|
that.fileInfoList = res.result
|
|
that.fileInfoList = res.result
|
|
|
|
|
+ this.$message.success('开始下载请等待...')
|
|
|
this.filesToRar(this.fileInfoList, '客户:'+data.customerNo+'资料下载');
|
|
this.filesToRar(this.fileInfoList, '客户:'+data.customerNo+'资料下载');
|
|
|
}else {
|
|
}else {
|
|
|
this.$message.warn('无上传资料,若有疑问请联系管理员')
|
|
this.$message.warn('无上传资料,若有疑问请联系管理员')
|