fix: 意见输入面板默认展开
This commit is contained in:
@@ -136,8 +136,8 @@
|
|||||||
<businessDivisionList v-if="isBusinessDivisionList" ref="businessDivisionListRef"/>
|
<businessDivisionList v-if="isBusinessDivisionList" ref="businessDivisionListRef"/>
|
||||||
<productPlanningList v-if="isProductPlanningList" ref="productPlanningListRef"/>
|
<productPlanningList v-if="isProductPlanningList" ref="productPlanningListRef"/>
|
||||||
</div>
|
</div>
|
||||||
<el-collapse accordion v-if="showCommentText">
|
<el-collapse accordion v-if="showCommentText" v-model="activeName">
|
||||||
<el-collapse-item title="意见填写">
|
<el-collapse-item title="意见填写" name="1">
|
||||||
<div style="margin: 10px 0;">
|
<div style="margin: 10px 0;">
|
||||||
<el-input type="textarea"
|
<el-input type="textarea"
|
||||||
:rows="3"
|
:rows="3"
|
||||||
@@ -260,6 +260,7 @@
|
|||||||
isReject: false,
|
isReject: false,
|
||||||
roleForm: {},
|
roleForm: {},
|
||||||
departmentList: [],
|
departmentList: [],
|
||||||
|
activeName: '1'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
|||||||
@@ -212,8 +212,8 @@
|
|||||||
</el-form>
|
</el-form>
|
||||||
<solicitationList v-if="showSolicitation" ref="solicitationListRef"/>
|
<solicitationList v-if="showSolicitation" ref="solicitationListRef"/>
|
||||||
</div>
|
</div>
|
||||||
<el-collapse accordion v-if="showCommentText">
|
<el-collapse accordion v-if="showCommentText" v-model="activeName">
|
||||||
<el-collapse-item title="意见填写">
|
<el-collapse-item title="意见填写" name="1">
|
||||||
<div style="margin: 10px 0;">
|
<div style="margin: 10px 0;">
|
||||||
<el-input type="textarea"
|
<el-input type="textarea"
|
||||||
:rows="3"
|
:rows="3"
|
||||||
@@ -347,6 +347,7 @@
|
|||||||
selectType: '',
|
selectType: '',
|
||||||
roleForm: {},
|
roleForm: {},
|
||||||
bpnId: this.$route.query.bpnId,
|
bpnId: this.$route.query.bpnId,
|
||||||
|
activeName: '1'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
|||||||
Reference in New Issue
Block a user