Ver código fonte

备注对应

lizhuang 5 anos atrás
pai
commit
4f7354a950
1 arquivos alterados com 2 adições e 0 exclusões
  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) {