commit
This commit is contained in:
@@ -478,19 +478,19 @@ export default {
|
||||
this.listForm.dataList.forEach(item => {
|
||||
if(item.workPeople !== ''){
|
||||
this.dataList.push(item)
|
||||
item.children.forEach(items=> {
|
||||
if(items.key === item.standId){
|
||||
this.$set(items, "standName", item.standName);
|
||||
this.$set(items, "standEnName", item.standEnName);
|
||||
this.$set(items, "standYear", item.standYear);
|
||||
this.$set(items, "standSort", item.standSort);
|
||||
this.$set(items, "standNumber", item.standNumber);
|
||||
this.$set(items, "zccssrq", item.zccssrq);
|
||||
this.$set(items, "xcxssrq", item.xcxssrq);
|
||||
this.$set(items, "ssrq", item.ssrq);
|
||||
}
|
||||
})
|
||||
}
|
||||
item.children.forEach(items=> {
|
||||
if(items.key === item.standId){
|
||||
this.$set(items, "standName", item.standName);
|
||||
this.$set(items, "standEnName", item.standEnName);
|
||||
this.$set(items, "standYear", item.standYear);
|
||||
this.$set(items, "standSort", item.standSort);
|
||||
this.$set(items, "standNumber", item.standNumber);
|
||||
this.$set(items, "zccssrq", item.zccssrq);
|
||||
this.$set(items, "xcxssrq", item.xcxssrq);
|
||||
this.$set(items, "ssrq", item.ssrq);
|
||||
}
|
||||
})
|
||||
})
|
||||
this.listForm.dataList.forEach(item => {
|
||||
dataChildren.push(item.children)
|
||||
|
||||
Reference in New Issue
Block a user