@@ -130,7 +130,9 @@ export default {
})
},
handleClick(row) {
+ console.log(row)
this.row = row
+ this.remarks = row.remarks
this.dialogVisible = true
saveCommand(row) {