This commit is contained in:
faiz 2024-06-28 17:35:16 +08:00
parent 054258a450
commit 00df775a27
1 changed files with 2 additions and 2 deletions

View File

@ -263,8 +263,8 @@ 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:[{
sort:1, sort:1,