案件新增,多人多机构

This commit is contained in:
hanchaobo
2024-05-24 11:11:58 +08:00
parent fb5f88710a
commit 44d5f97807
6 changed files with 911 additions and 709 deletions
@@ -364,16 +364,6 @@ export default {
this.$emit("getcaseApply", this.queryParams);
this.$message("成功");
})
},
// 重新生成裁决书
getRegenerationDocument(params) {
regenerationDocument(params).then(res => {
console.log(res.data, "重新生成裁决书");
this.awardFileArr = [];
this.awardPathArr = [];
this.awardFileArr[0] = res.data.annexName;
this.awardPathArr[0] = res.data.annexPath;
})
},
// 上传裁决书
UploadUrls() {