Commit 41267782 authored by 黄奎's avatar 黄奎

页面修改

parent 1b0a3703
......@@ -955,7 +955,12 @@
message: `请先点击左侧分类!在添加问题`
})
} else {
this.clickGroupItem.DetailsList.push(qItem);
if (this.clickGroupItem.DetailsList && this.clickGroupItem.DetailsList.length > 0) {
this.clickGroupItem.DetailsList.push(qItem);
} else {
this.clickGroupItem.DetailsList = [];
this.clickGroupItem.DetailsList.push(qItem);
}
}
}
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment