弹窗: item.prop !== 'usestate' && item.prop !== 'recordtime' )" > 取 消 确 定 右击鼠标,触发弹框,且将当前右击行的内容赋值给表单,作为初始值显示 rightClick(row, column, event) { this.openDialog(row); this.dialogFormVisible = true; }, resetForm() { this.$refs.ruleForm.resetFields(); }, openDialog(val) { this.editForm = val }, 弹窗弹出后,显示内容为初始值,但是点击内容编辑报错不能对未知对象渲染。存储表单的数据已经绑定到数据节点了,后来加了$nextTickt,也不对。 