Browse Source

备注对应

lizhuang 5 years ago
parent
commit
4f7354a950
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/components/todayStrategy.vue

+ 2 - 0
src/components/todayStrategy.vue

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