案件新增,多人多机构
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user