src/views/business/inspectionTask/inspection.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/business/inspectionTask/inspection.vue
@@ -897,15 +897,12 @@ confirmButtonText: "确定", cancelButtonText: "取消", type: "warning", }) .then(() => { }).then(() => { delfile({ id: row.id }).then((res) => { if (res.code == 201) return; this.$message.success("删除成功"); this.refresh(); this.getList(); }); }) .catch(() => { }); }).catch(() => { }); }, // 文件管理--结束 @@ -2857,7 +2854,7 @@ this.upLoading = false; if (response.code == 200) { this.$message.success("上传成功"); this.$refs.fileList.selectList(); this.getList(); } }, beforeUpload(file) {