BUG 25122
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
</u-row>
|
||||
<u-row class="info">
|
||||
<span>发起单位:</span>
|
||||
<span>{{item.unitName}}</span>
|
||||
<ai-open-data type="departmentName" :openid="item.unitName"/>
|
||||
</u-row>
|
||||
<u-gap height="20"></u-gap>
|
||||
<u-row class="info">
|
||||
@@ -42,10 +42,11 @@
|
||||
import AiTopFixed from "../../../components/AiTopFixed";
|
||||
import AiBack from "../../../components/AiBack";
|
||||
import AiEmpty from "../../../components/AiEmpty";
|
||||
import AiOpenData from "../../../components/AiOpenData";
|
||||
|
||||
export default {
|
||||
name: "belongToMe",
|
||||
components: {AiTopFixed, AiBack, AiEmpty},
|
||||
components: {AiOpenData, AiTopFixed, AiBack, AiEmpty},
|
||||
data() {
|
||||
return {
|
||||
index: 0,
|
||||
|
||||
Reference in New Issue
Block a user