Browse Source

修改

master
风继续吹 5 months ago
parent
commit
e122f68c8c
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      src/views/Statistics/ai/createReport.vue

+ 9
- 0
src/views/Statistics/ai/createReport.vue View File

@@ -593,6 +593,15 @@ export default {
// 文件上传成功
handleChange(file, filelist, name) {
console.log(file, filelist, name);
try {
if (file.response.code == 1) {
this.$message.error(`${file.name}上传失败`);
} else {
this.$message.success(`${file.response.msg}`);
}
} catch (e) {
console.log(e);
}
this[name] = filelist;
},
// 上传文件


Loading…
Cancel
Save