mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 20:06:44 +08:00
提交
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
<!-- <div class="content">
|
<!-- <div class="content">
|
||||||
{{ caseDetail.content }}
|
{{ caseDetail.content }}
|
||||||
</div> -->
|
</div> -->
|
||||||
<pdfPreview v-if="pdfPath" :filePath="pdfPath"></pdfPreview>
|
<pdfPreview v-if="pdfPath" :filePath="pdfPath" :data="caseDetail"></pdfPreview>
|
||||||
</el-card>
|
</el-card>
|
||||||
<!-- :authorId="articleDetailData.sysCreateAid" -->
|
<!-- :authorId="articleDetailData.sysCreateAid" -->
|
||||||
<el-row><comments @success="success" v-if="resolveId != ''" :obj-type="3" :obj-id="resolveId" :authorId="caseDetail.authorId" :toUsers="toUsers"></comments></el-row>
|
<el-row><comments @success="success" v-if="resolveId != ''" :obj-type="3" :obj-id="resolveId" :authorId="caseDetail.authorId" :toUsers="toUsers"></comments></el-row>
|
||||||
@@ -262,7 +262,7 @@ export default {
|
|||||||
if (res.status == 200 && res.result.length>0) {
|
if (res.status == 200 && res.result.length>0) {
|
||||||
this.authorInfo = res.result[0];
|
this.authorInfo = res.result[0];
|
||||||
this.authorInfo.orgInfo=cutFullName(this.authorInfo.orgInfo,1);
|
this.authorInfo.orgInfo=cutFullName(this.authorInfo.orgInfo,1);
|
||||||
|
|
||||||
this.toUsers = [
|
this.toUsers = [
|
||||||
{name: res.result[0].name, aid:res.result[0].aid ,sex:res.result[0].sex}
|
{name: res.result[0].name, aid:res.result[0].aid ,sex:res.result[0].sex}
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user