Commit a11343ef authored by kangzhenfei's avatar kangzhenfei

dnc-alert

parent 47bf5bb4
...@@ -153,7 +153,7 @@ export default { ...@@ -153,7 +153,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;
} }
} }
......
...@@ -220,7 +220,7 @@ export default { ...@@ -220,7 +220,7 @@ export default {
this.addModal = true this.addModal = true
}, },
edit(rowData){ edit(rowData){
console.log(rowData) // console.log(rowData)
this.rowData = rowData; this.rowData = rowData;
this.editModal = true this.editModal = true
}, },
......
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