소스 검색

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

guoxiaohuan 5 년 전
부모
커밋
895ecb2718
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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) {