lizhuang hace 5 años
padre
commit
4f7354a950
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/components/todayStrategy.vue

+ 2 - 0
src/components/todayStrategy.vue

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