优化立项单在草稿中不能编辑问题
This commit is contained in:
@@ -430,6 +430,12 @@ export default {
|
||||
break
|
||||
}
|
||||
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.$nextTick(()=>{
|
||||
// this.isTrue = true
|
||||
|
||||
Reference in New Issue
Block a user