|
|
@ -45,7 +45,8 @@ |
|
|
|
<div v-if="node.childNodes.length==0" |
|
|
|
style="width: 100%;display: flex;flex-direction: row;align-items: center;"> |
|
|
|
<div></div> |
|
|
|
<img v-if="data.isOpenId=='2'" src="../../../public/image/association.png" style="width: 35px;height: 25px;" /> |
|
|
|
<img v-if="data.isOpenId=='2'" src="../../../public/image/association.png" |
|
|
|
style="width: 35px;height: 25px;" /> |
|
|
|
<span style="margin-left: 30px;width:100px; overflow: hidden;text-align: center; |
|
|
|
white-space: nowrap; |
|
|
|
text-overflow: ellipsis;">正在完善 </span> |
|
|
@ -269,21 +270,21 @@ |
|
|
|
this.uploadData.userProjectSid = row.sid |
|
|
|
req.associationUserList(row.sid).then(res => { |
|
|
|
this.sysorganList = res.data |
|
|
|
this.sysorganList2 = [] |
|
|
|
// this.uploadData.userProjectSid = res.data[0].sid |
|
|
|
// req.templateMessage(this.dataListOne[0].sid).then(res => { |
|
|
|
// if (res.success) { |
|
|
|
// this.sysorganList = res.data |
|
|
|
|
|
|
|
this.uploadData.userProjectSid = res.data[0].sid |
|
|
|
req.templateMessage(this.dataListOne[0].sid).then(res => { |
|
|
|
if (res.success) { |
|
|
|
this.sysorganList = res.data |
|
|
|
|
|
|
|
//this.Array为数组名 |
|
|
|
this.sysorganList.forEach(item => { |
|
|
|
// //this.Array为数组名 |
|
|
|
// this.sysorganList.forEach(item => { |
|
|
|
|
|
|
|
this.$set(item, 'Show', true) |
|
|
|
// this.$set(item, 'Show', true) |
|
|
|
|
|
|
|
}) |
|
|
|
// }) |
|
|
|
|
|
|
|
} |
|
|
|
}) |
|
|
|
// } |
|
|
|
// }) |
|
|
|
|
|
|
|
}) |
|
|
|
}, |
|
|
@ -510,4 +511,4 @@ |
|
|
|
::v-deep .el-collapse-item__content { |
|
|
|
padding-bottom: 0; |
|
|
|
} |
|
|
|
</style> |
|
|
|
</style> |