Browse Source

Merge branch 'master' of git.sagacloud.cn:sagacloud/sagacloud-cwc-pages

guoxiaohuan 5 năm trước cách đây
mục cha
commit
895ecb2718
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/components/todayStrategy.vue

+ 2 - 0
src/components/todayStrategy.vue

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