提交 fffb63be authored 作者: matian's avatar matian

updates

上级 af9c74f4
...@@ -111,12 +111,12 @@ export default { ...@@ -111,12 +111,12 @@ export default {
const parmas = { id: this.data.id, rules } const parmas = { id: this.data.id, rules }
updatePaperRules(parmas).then(res => { updatePaperRules(parmas).then(res => {
this.$message.success('保存成功') this.$message.success('保存成功')
this.$emit('update')
}) })
}, },
// 更新详情数据 // 更新详情数据
handleUpdate(list) { handleUpdate(list) {
this.questions = [...this.questions, ...list] this.questions = list
// this.$emit('update')
} }
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论