fix: 意见输入面板默认展开
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user