优化立项单在草稿中不能编辑问题
This commit is contained in:
@@ -430,6 +430,12 @@ export default {
|
|||||||
break
|
break
|
||||||
}
|
}
|
||||||
this.qbfsForm = item.qbfsForm || item
|
this.qbfsForm = item.qbfsForm || item
|
||||||
|
if(!this.qbfsForm.LXD || this.qbfsForm.LXD == ''){
|
||||||
|
this.qbfsForm.LXD = this.qbfsForm.lxd
|
||||||
|
}
|
||||||
|
if(!this.qbfsForm.LXDName || this.qbfsForm.LXDName == ''){
|
||||||
|
this.qbfsForm.LXDName = this.qbfsForm.lxdName
|
||||||
|
}
|
||||||
// this.isTrue = false
|
// this.isTrue = false
|
||||||
// this.$nextTick(()=>{
|
// this.$nextTick(()=>{
|
||||||
// this.isTrue = true
|
// this.isTrue = true
|
||||||
|
|||||||
Reference in New Issue
Block a user