1
This commit is contained in:
parent
e50bf30b94
commit
e951d55569
@ -705,7 +705,8 @@
|
||||
i++
|
||||
}
|
||||
|
||||
this.model = this.dataModel
|
||||
|
||||
this.model =JSON.parse(JSON.stringify(this.dataModel))
|
||||
|
||||
this.model.ORG_ID = this.ORG_ID
|
||||
let arr = []
|
||||
|
||||
@ -930,7 +930,7 @@
|
||||
i++
|
||||
}
|
||||
|
||||
this.model = this.dataModel
|
||||
this.model =JSON.parse(JSON.stringify(this.dataModel))
|
||||
|
||||
this.model.ORG_ID = this.ORG_ID
|
||||
delete this.model.Nav_ApplyDepartment
|
||||
|
||||
@ -579,7 +579,7 @@
|
||||
return
|
||||
}
|
||||
}
|
||||
this.model = this.dataModel
|
||||
this.model =JSON.parse(JSON.stringify(this.dataModel))
|
||||
if (this.model.Nav_Details && this.model.Nav_Details.length > 0) {
|
||||
this.model.Nav_Details.map(item => {
|
||||
delete item.Nav_Department
|
||||
|
||||
Loading…
Reference in New Issue
Block a user