Commit a11343ef authored by kangzhenfei's avatar kangzhenfei

dnc-alert

parent 47bf5bb4
......@@ -153,7 +153,7 @@ export default {
watch: {
row(v) {
if (v != {}) {
alert(JSON.stringify(v))
// alert(JSON.stringify(v))
this.entity = v;
}
}
......
......@@ -220,7 +220,7 @@ export default {
this.addModal = true
},
edit(rowData){
console.log(rowData)
// console.log(rowData)
this.rowData = rowData;
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