fix: 意见输入面板默认展开

This commit is contained in:
zyn
2023-11-22 17:59:19 +08:00
parent 38f82beb8a
commit 739b67cf9b
2 changed files with 6 additions and 4 deletions
@@ -136,8 +136,8 @@
<businessDivisionList v-if="isBusinessDivisionList" ref="businessDivisionListRef"/>
<productPlanningList v-if="isProductPlanningList" ref="productPlanningListRef"/>
</div>
<el-collapse accordion v-if="showCommentText">
<el-collapse-item title="意见填写">
<el-collapse accordion v-if="showCommentText" v-model="activeName">
<el-collapse-item title="意见填写" name="1">
<div style="margin: 10px 0;">
<el-input type="textarea"
:rows="3"
@@ -260,6 +260,7 @@
isReject: false,
roleForm: {},
departmentList: [],
activeName: '1'
}
},
computed: {
@@ -212,8 +212,8 @@
</el-form>
<solicitationList v-if="showSolicitation" ref="solicitationListRef"/>
</div>
<el-collapse accordion v-if="showCommentText">
<el-collapse-item title="意见填写">
<el-collapse accordion v-if="showCommentText" v-model="activeName">
<el-collapse-item title="意见填写" name="1">
<div style="margin: 10px 0;">
<el-input type="textarea"
:rows="3"
@@ -347,6 +347,7 @@
selectType: '',
roleForm: {},
bpnId: this.$route.query.bpnId,
activeName: '1'
}
},
computed: {