diff --git a/src/views/caseManagement/components/addCase.vue b/src/views/caseManagement/components/addCase.vue index 5acb42c..558b423 100644 --- a/src/views/caseManagement/components/addCase.vue +++ b/src/views/caseManagement/components/addCase.vue @@ -115,11 +115,11 @@ - - 自然人 - 机构 - - + + 自然人 + 机构 + + - - + @@ -497,17 +497,18 @@ export default { } else if (val == 3) { this.title = "修改案件"; this.modelFlag = true; - this.caseApplicationSelectByIdFn(this.caseData.id); } else if (val == 2) { this.title = "案件详情"; this.modelFlag = true; - this.caseApplicationSelectByIdFn(this.caseData.id); } }, addVisable(val) { if (val) { this.activeName = "first"; this.getTemplateFn(); + if (this.addModifyData != 1) { + this.caseApplicationSelectByIdFn(this.caseData.id); + } } }, }, @@ -610,7 +611,7 @@ export default { } }); }, - clearValidate(){ + clearValidate() { this.$refs["ruleForm"].clearValidate() }, cancel() {