- {{ item.documentType.desc }}
+ {{ item.documentType.desc }}
@@ -74,7 +74,7 @@ import api from "@/services/caseManagement";
}
this.ObjectInfo.caseId = this.caseId
api.traceServedCreate(this.ObjectInfo).then((res) => {
- this.$message.success("发起签字成功");
+ this.$message.success("发起文书电子送达成功");
this.handleClose()
this.$parent.getWritCaseList()
});