This commit is contained in:
parent
054258a450
commit
00df775a27
|
@ -263,8 +263,8 @@ export default {
|
|||
this.dialogCreate = true
|
||||
},
|
||||
onEdit(item) {
|
||||
if(!item.qaQuestions){
|
||||
this.anchors = {
|
||||
if(!item.qaQuestions.length){
|
||||
this.anchors = {
|
||||
...item,
|
||||
qaQuestions:[{
|
||||
sort:1,
|
||||
|
|
Loading…
Reference in New Issue