提交 7e5964f9 编写于 作者: D DebugIsFalse

Update [id].vue

上级 1626f8d2
......@@ -201,8 +201,8 @@ const handleFormFetchData = (fetchData) => {
console.log(error)
}
if (Object.keys(message).length === 0) return;
const index = data.value.length === 0 ? 0 : data.value.length - 1;
if (message.meta.type === 'answer') {
const index = data.value.length === 0 ? 0 : data.value.length - 1;
data.value[index] = data.value[index] || {};
Object.assign(data.value[index], {
question: state.query,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册