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