BUG 30381
This commit is contained in:
@@ -117,7 +117,7 @@ export default {
|
||||
isSelectImg: false,
|
||||
isSelectUnit: false,
|
||||
isSelectPerson: false,
|
||||
nodeObj: {areaFilter: [], annexEnable: null, pictureEnable: null},
|
||||
nodeObj: {},
|
||||
indexType: '',
|
||||
titleType: '',
|
||||
bomIndex: '',
|
||||
@@ -173,9 +173,7 @@ export default {
|
||||
this.nodeObj = this.$copy(item)
|
||||
} else {
|
||||
this.titleType = '添加审批步骤';
|
||||
if (this.form.processNodeList.length > 0) {
|
||||
this.init();
|
||||
}
|
||||
this.init();
|
||||
}
|
||||
},
|
||||
// 确定添加审批步骤
|
||||
|
||||
Reference in New Issue
Block a user