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