[update] 修改bug88448
This commit is contained in:
+8
-2
@@ -305,8 +305,14 @@ export default {
|
|||||||
*/
|
*/
|
||||||
initRetractableFlag () {
|
initRetractableFlag () {
|
||||||
this.retractableFlag = {}
|
this.retractableFlag = {}
|
||||||
this.formPartList.forEach(key => {
|
this.partList.forEach(key => {
|
||||||
this.retractableFlag[key] = true
|
if (key === DisplayAreaManagement.PROCESS_DOCUMENTATION.text ||
|
||||||
|
key === DisplayAreaManagement.PROCESS_DOCUMENTATION.textEn) {
|
||||||
|
// 过程稿件默认收起
|
||||||
|
this.retractableFlag[key] = false
|
||||||
|
} else {
|
||||||
|
this.retractableFlag[key] = true
|
||||||
|
}
|
||||||
})
|
})
|
||||||
this.$forceUpdate()
|
this.$forceUpdate()
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user