|
@@ -779,7 +779,9 @@ export default {
|
|
} else {
|
|
} else {
|
|
throw new Error(res.msg);
|
|
throw new Error(res.msg);
|
|
}
|
|
}
|
|
- } catch (error) {}
|
|
|
|
|
|
+ } catch (error) {
|
|
|
|
+ this.$message.error(error.message);
|
|
|
|
+ }
|
|
},
|
|
},
|
|
// 根据字典获取文件类型
|
|
// 根据字典获取文件类型
|
|
getdocumentTypeName(value) {
|
|
getdocumentTypeName(value) {
|