Commit 99b0d476 authored by renjintao's avatar renjintao

edit

parent 796ac7d5
...@@ -110,7 +110,7 @@ export default { ...@@ -110,7 +110,7 @@ export default {
watch: { watch: {
row(v) { row(v) {
if (v != {}) { if (v != {}) {
alert(JSON.stringify(v)) //alert(JSON.stringify(v))
this.entity = v this.entity = v
} }
} }
......
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