|
@@ -78,7 +78,7 @@ |
|
|
this.showPicker = false; |
|
|
this.showPicker = false; |
|
|
this.value = val.caseName; |
|
|
this.value = val.caseName; |
|
|
let query = { |
|
|
let query = { |
|
|
id:val.id, |
|
|
|
|
|
|
|
|
id:val.caseId, |
|
|
caseProgress:parseInt(this.$route.query.type) + 1 |
|
|
caseProgress:parseInt(this.$route.query.type) + 1 |
|
|
} |
|
|
} |
|
|
getCaseDocumentList(query).then((response) => { |
|
|
getCaseDocumentList(query).then((response) => { |
|
|