BUG 25122

This commit is contained in:
aixianling
2021-12-03 15:21:15 +08:00
parent 775c4ecfc8
commit df6f203c7a

View File

@@ -20,7 +20,7 @@
</u-row> </u-row>
<u-row class="info"> <u-row class="info">
<span>发起单位</span> <span>发起单位</span>
<span>{{item.unitName}}</span> <ai-open-data type="departmentName" :openid="item.unitName"/>
</u-row> </u-row>
<u-gap height="20"></u-gap> <u-gap height="20"></u-gap>
<u-row class="info"> <u-row class="info">
@@ -42,10 +42,11 @@
import AiTopFixed from "../../../components/AiTopFixed"; import AiTopFixed from "../../../components/AiTopFixed";
import AiBack from "../../../components/AiBack"; import AiBack from "../../../components/AiBack";
import AiEmpty from "../../../components/AiEmpty"; import AiEmpty from "../../../components/AiEmpty";
import AiOpenData from "../../../components/AiOpenData";
export default { export default {
name: "belongToMe", name: "belongToMe",
components: {AiTopFixed, AiBack, AiEmpty}, components: {AiOpenData, AiTopFixed, AiBack, AiEmpty},
data() { data() {
return { return {
index: 0, index: 0,