|
|
|
@ -487,7 +487,9 @@
|
|
|
|
|
spellBox() {
|
|
|
|
|
this.inputDisabled = false
|
|
|
|
|
const temp = JSON.parse(JSON.stringify(this.relFormData));
|
|
|
|
|
temp.detailList = []
|
|
|
|
|
this.detailListSpell.forEach( item =>{
|
|
|
|
|
item.flag = 2
|
|
|
|
|
temp.detailList.push(item)
|
|
|
|
|
});
|
|
|
|
|
this.relFormDatas.push(temp)
|
|
|
|
@ -511,7 +513,9 @@
|
|
|
|
|
.then(() => {
|
|
|
|
|
|
|
|
|
|
const temp = JSON.parse(JSON.stringify(this.relFormData));
|
|
|
|
|
temp.detailList = []
|
|
|
|
|
this.detailListSpell.forEach( item =>{
|
|
|
|
|
item.flag = 2
|
|
|
|
|
temp.detailList.push(item)
|
|
|
|
|
});
|
|
|
|
|
this.relFormDatas.push(temp)
|
|
|
|
@ -535,7 +539,9 @@
|
|
|
|
|
});
|
|
|
|
|
}else {
|
|
|
|
|
const temp = JSON.parse(JSON.stringify(this.relFormData));
|
|
|
|
|
temp.detailList = []
|
|
|
|
|
this.detailListSpell.forEach( item =>{
|
|
|
|
|
item.flag = 2
|
|
|
|
|
temp.detailList.push(item)
|
|
|
|
|
});
|
|
|
|
|
this.relFormDatas.push(temp)
|
|
|
|
@ -683,6 +689,7 @@
|
|
|
|
|
this.bhxjsl = 0;
|
|
|
|
|
this.syxjsl = 0;
|
|
|
|
|
this.parentCode = null;
|
|
|
|
|
this.inputDisabled = false
|
|
|
|
|
this.refreshCodesPanel()
|
|
|
|
|
},
|
|
|
|
|
init(){
|
|
|
|
|